Html Css Color HEX #A607CB Dark Violet

📋 copy color: '#A607CB'

red 166 ◦ green 7 ◦ blue 203

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

Shades of Dark Violet #A607CB

Tints of Dark Violet #A607CB

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.86%

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

R = 44.15%
G = 1.86%
B = 53.99%

CMYK

 C value IS 0.18

 M value IS 0.97

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A607CB (or 0xA607CB) is known color: Dark Violet. HEX triplet: A6, 07 and CB. RGB value is (166,7,203). Sum of RGB (Red+Green+Blue) = 166+7+203=376 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.15% from 376); Green value is 7 (3.12% from 255 or 1.86% from 376); Blue value is 203 (79.69% from 255 or 53.99% from 376); Max value from RGB is 203 - color contains mainly: blue. Hex color #A607CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A607CB is #59F834. Grayscale: #4C4C4C. Windows color (decimal): -5896245 or 13305766. OLE color: 13305766.

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

Color convert

RGB 166 7 203 -
CMYK 0.18 0.97 0 0.20
HSL 288.67º 0.93% 0.41% -
HSV(B) 288.67º 0.97% 0.8% -
XYZ 26.58 12.57 57.53 -
YUV 76.89 199.18 191.56 -
System Red Green Blue C M Y K H S L
Decimal 166 7 203 0.18 0.97 0 0.20 288.67 0.93 0.41
Hex A6 7 CB 12 61 0 14 121 5D 29
Octal 246 7 313 22 141 0 24 441 135 51
Binary 10100110 111 11001011 10010 1100001 0 10100 100100001 1011101 101001

Color Harmonies of #A607CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A607CB

Black with #A607CB

Text Example


Text Example

White with #A607CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A607CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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