Html Css Color HEX #A418CE Dark Orchid

📋 copy color: '#A418CE'

red 164 ◦ green 24 ◦ blue 206

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

Shades of Dark Orchid #A418CE

Tints of Dark Orchid #A418CE

RGB

 RED value IS 164 (64.45% from 255) = 41.62%

 GREEN value IS 24 (9.77% from 255) = 6.09%

 BLUE value IS 206 (80.86% from 255) = 52.28%

R = 41.62%
G = 6.09%
B = 52.28%

CMYK

 C value IS 0.20

 M value IS 0.88

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A418CE (or 0xA418CE) is known color: Dark Orchid. HEX triplet: A4, 18 and CE. RGB value is (164,24,206). Sum of RGB (Red+Green+Blue) = 164+24+206=394 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.62% from 394); Green value is 24 (9.77% from 255 or 6.09% from 394); Blue value is 206 (80.86% from 255 or 52.28% from 394); Max value from RGB is 206 - color contains mainly: blue. Hex color #A418CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A418CE is #5BE731. Grayscale: #565656. Windows color (decimal): -6022962 or 13506724. OLE color: 13506724.

HSL color Cylindrical-coordinate representation of color #A418CE: hue angle of 286.15º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A418CE is Cyan = 0.20, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 164 24 206 -
CMYK 0.20 0.88 0 0.19
HSL 286.15º 0.79% 0.45% -
HSV(B) 286.15º 0.88% 0.81% -
XYZ 26.78 13 59.49 -
YUV 86.61 195.38 183.2 -
System Red Green Blue C M Y K H S L
Decimal 164 24 206 0.20 0.88 0 0.19 286.15 0.79 0.45
Hex A4 18 CE 14 58 0 13 11E 4F 2D
Octal 244 30 316 24 130 0 23 436 117 55
Binary 10100100 11000 11001110 10100 1011000 0 10011 100011110 1001111 101101

Color Harmonies of #A418CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A418CE

Black with #A418CE

Text Example


Text Example

White with #A418CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A418CE; }

 p { color: rgb(164,24,206); }

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

background-color css

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

 a { background-color: rgb(164,24,206); }

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

border-color css

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

 span { border-color: rgb(164,24,206); }

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