Html Css Color HEX #A601BE Dark Violet

📋 copy color: '#A601BE'

red 166 ◦ green 1 ◦ blue 190

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

Shades of Dark Violet #A601BE

Tints of Dark Violet #A601BE

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.28%

 BLUE value IS 190 (74.61% from 255) = 53.22%

R = 46.5%
G = 0.28%
B = 53.22%

CMYK

 C value IS 0.13

 M value IS 0.99

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A601BE (or 0xA601BE) is known color: Dark Violet. HEX triplet: A6, 01 and BE. RGB value is (166,1,190). Sum of RGB (Red+Green+Blue) = 166+1+190=357 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.50% from 357); Green value is 1 (0.78% from 255 or 0.28% from 357); Blue value is 190 (74.61% from 255 or 53.22% from 357); Max value from RGB is 190 - color contains mainly: blue. Hex color #A601BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A601BE is #59FE41. Grayscale: #474747. Windows color (decimal): -5897794 or 12452262. OLE color: 12452262.

HSL color Cylindrical-coordinate representation of color #A601BE: hue angle of 292.38º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A601BE is Cyan = 0.13, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 166 1 190 -
CMYK 0.13 0.99 0 0.25
HSL 292.38º 0.99% 0.37% -
HSV(B) 292.38º 0.99% 0.75% -
XYZ 25.03 11.85 49.68 -
YUV 71.88 194.66 195.13 -
System Red Green Blue C M Y K H S L
Decimal 166 1 190 0.13 0.99 0 0.25 292.38 0.99 0.37
Hex A6 1 BE D 63 0 19 124 63 25
Octal 246 1 276 15 143 0 31 444 143 45
Binary 10100110 1 10111110 1101 1100011 0 11001 100100100 1100011 100101

Color Harmonies of #A601BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A601BE

Black with #A601BE

Text Example


Text Example

White with #A601BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A601BE; }

 p { color: rgb(166,1,190); }

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

background-color css

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

 a { background-color: rgb(166,1,190); }

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

border-color css

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

 span { border-color: rgb(166,1,190); }

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