Html Css Color HEX #A618CB Dark Orchid

📋 copy color: '#A618CB'

red 166 ◦ green 24 ◦ blue 203

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

Shades of Dark Orchid #A618CB

Tints of Dark Orchid #A618CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 51.65%

R = 42.24%
G = 6.11%
B = 51.65%

CMYK

 C value IS 0.18

 M value IS 0.88

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A618CB (or 0xA618CB) is known color: Dark Orchid. HEX triplet: A6, 18 and CB. RGB value is (166,24,203). Sum of RGB (Red+Green+Blue) = 166+24+203=393 (52% of max value = 765). Red value is 166 (65.23% from 255 or 42.24% from 393); Green value is 24 (9.77% from 255 or 6.11% from 393); Blue value is 203 (79.69% from 255 or 51.65% from 393); Max value from RGB is 203 - color contains mainly: blue. Hex color #A618CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A618CB is #59E734. Grayscale: #565656. Windows color (decimal): -5891893 or 13310118. OLE color: 13310118.

HSL color Cylindrical-coordinate representation of color #A618CB: hue angle of 287.6º 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 #A618CB is Cyan = 0.18, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 166 24 203 -
CMYK 0.18 0.88 0 0.20
HSL 287.6º 0.79% 0.45% -
HSV(B) 287.6º 0.88% 0.8% -
XYZ 26.83 13.07 57.61 -
YUV 86.86 193.54 184.45 -
System Red Green Blue C M Y K H S L
Decimal 166 24 203 0.18 0.88 0 0.20 287.6 0.79 0.45
Hex A6 18 CB 12 58 0 14 120 4F 2D
Octal 246 30 313 22 130 0 24 440 117 55
Binary 10100110 11000 11001011 10010 1011000 0 10100 100100000 1001111 101101

Color Harmonies of #A618CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A618CB

Black with #A618CB

Text Example


Text Example

White with #A618CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A618CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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