Html Css Color HEX #A612CB Dark Violet

📋 copy color: '#A612CB'

red 166 ◦ green 18 ◦ blue 203

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

Shades of Dark Violet #A612CB

Tints of Dark Violet #A612CB

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.65%

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

R = 42.89%
G = 4.65%
B = 52.45%

CMYK

 C value IS 0.18

 M value IS 0.91

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A612CB (or 0xA612CB) is known color: Dark Violet. HEX triplet: A6, 12 and CB. RGB value is (166,18,203). Sum of RGB (Red+Green+Blue) = 166+18+203=387 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.89% from 387); Green value is 18 (7.42% from 255 or 4.65% from 387); Blue value is 203 (79.69% from 255 or 52.45% from 387); Max value from RGB is 203 - color contains mainly: blue. Hex color #A612CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A612CB is #59ED34. Grayscale: #525252. Windows color (decimal): -5893429 or 13308582. OLE color: 13308582.

HSL color Cylindrical-coordinate representation of color #A612CB: hue angle of 288º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A612CB is Cyan = 0.18, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 166 18 203 -
CMYK 0.18 0.91 0 0.20
HSL 288º 0.84% 0.43% -
HSV(B) 288º 0.91% 0.8% -
XYZ 26.72 12.85 57.57 -
YUV 83.34 195.53 186.96 -
System Red Green Blue C M Y K H S L
Decimal 166 18 203 0.18 0.91 0 0.20 288 0.84 0.43
Hex A6 12 CB 12 5B 0 14 120 54 2B
Octal 246 22 313 22 133 0 24 440 124 53
Binary 10100110 10010 11001011 10010 1011011 0 10100 100100000 1010100 101011

Color Harmonies of #A612CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A612CB

Black with #A612CB

Text Example


Text Example

White with #A612CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A612CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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