Html Css Color HEX #A618CC Dark Orchid

📋 copy color: '#A618CC'

red 166 ◦ green 24 ◦ blue 204

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

Shades of Dark Orchid #A618CC

Tints of Dark Orchid #A618CC

RGB

 RED value IS 166 (65.23% from 255) = 42.13%

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

 BLUE value IS 204 (80.08% from 255) = 51.78%

R = 42.13%
G = 6.09%
B = 51.78%

CMYK

 C value IS 0.19

 M value IS 0.88

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A618CC (or 0xA618CC) is known color: Dark Orchid. HEX triplet: A6, 18 and CC. RGB value is (166,24,204). Sum of RGB (Red+Green+Blue) = 166+24+204=394 (52% of max value = 765). Red value is 166 (65.23% from 255 or 42.13% from 394); Green value is 24 (9.77% from 255 or 6.09% from 394); Blue value is 204 (80.08% from 255 or 51.78% from 394); Max value from RGB is 204 - color contains mainly: blue. Hex color #A618CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A618CC is #59E733. Grayscale: #565656. Windows color (decimal): -5891892 or 13375654. OLE color: 13375654.

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

Color convert

RGB 166 24 204 -
CMYK 0.19 0.88 0 0.2
HSL 287.33º 0.79% 0.45% -
HSV(B) 287.33º 0.88% 0.8% -
XYZ 26.95 13.12 58.24 -
YUV 86.98 194.04 184.36 -
System Red Green Blue C M Y K H S L
Decimal 166 24 204 0.19 0.88 0 0.2 287.33 0.79 0.45
Hex A6 18 CC 13 58 0 14 11F 4F 2D
Octal 246 30 314 23 130 0 24 437 117 55
Binary 10100110 11000 11001100 10011 1011000 0 10100 100011111 1001111 101101

Color Harmonies of #A618CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A618CC

Black with #A618CC

Text Example


Text Example

White with #A618CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A618CC; }

 p { color: rgb(166,24,204); }

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

background-color css

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

 a { background-color: rgb(166,24,204); }

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

border-color css

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

 span { border-color: rgb(166,24,204); }

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