Html Css Color HEX #A53CE8 Dark Orchid

📋 copy color: '#A53CE8'

red 165 ◦ green 60 ◦ blue 232

#A53CE8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Orchid #A53CE8

Tints of Dark Orchid #A53CE8

RGB

 RED value IS 165 (64.84% from 255) = 36.11%

 GREEN value IS 60 (23.83% from 255) = 13.13%

 BLUE value IS 232 (91.02% from 255) = 50.77%

R = 36.11%
G = 13.13%
B = 50.77%

CMYK

 C value IS 0.29

 M value IS 0.74

 Y value IS 0

 K value IS 0.09

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#A53CE8 (or 0xA53CE8) is known color: Dark Orchid. HEX triplet: A5, 3C and E8. RGB value is (165,60,232). Sum of RGB (Red+Green+Blue) = 165+60+232=457 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.11% from 457); Green value is 60 (23.83% from 255 or 13.13% from 457); Blue value is 232 (91.02% from 255 or 50.77% from 457); Max value from RGB is 232 - color contains mainly: blue. Hex color #A53CE8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A53CE8 is #5AC317. Grayscale: #6E6E6E. Windows color (decimal): -5948184 or 15219877. OLE color: 15219877.

HSL color Cylindrical-coordinate representation of color #A53CE8: hue angle of 276.63º degrees, saturation: 0.79, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A53CE8 is Cyan = 0.29, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 165 60 232 -
CMYK 0.29 0.74 0 0.09
HSL 276.63º 0.79% 0.57% -
HSV(B) 276.63º 0.74% 0.91% -
XYZ 31.7 17.06 77.97 -
YUV 111 196.29 166.51 -
System Red Green Blue C M Y K H S L
Decimal 165 60 232 0.29 0.74 0 0.09 276.63 0.79 0.57
Hex A5 3C E8 1D 4A 0 9 115 4F 39
Octal 245 74 350 35 112 0 11 425 117 71
Binary 10100101 111100 11101000 11101 1001010 0 1001 100010101 1001111 111001

Color Harmonies of #A53CE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53CE8

Black with #A53CE8

Text Example


Text Example

White with #A53CE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53CE8; }

 p { color: rgb(165,60,232); }

 H1.HeaderClassName
 {
   color: #A53CE8;
 }
 .AnyTagClassName
 {
   color: #A53CE8;
 }
</style>

background-color css

<style>
 a { background-color: #A53CE8; }

 a { background-color: rgb(165,60,232); }

 div.DivClassName
 {
   background-color: #A53CE8;
 }
 .BgClassName
 {
   background-color: #A53CE8;
 }
</style>

border-color css

<style>
 span { border-color: #A53CE8; }

 span { border-color: rgb(165,60,232); }

 td.TdClassName
 {
   border-color: #A53CE8;
 }
 .TagClassName
 {
   border-color: #A53CE8;
 }
</style>