Html Css Color HEX #AB06E6 Dark Violet

📋 copy color: '#AB06E6'

red 171 ◦ green 6 ◦ blue 230

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

Shades of Dark Violet #AB06E6

Tints of Dark Violet #AB06E6

RGB

 RED value IS 171 (67.19% from 255) = 42.01%

 GREEN value IS 6 (2.73% from 255) = 1.47%

 BLUE value IS 230 (90.23% from 255) = 56.51%

R = 42.01%
G = 1.47%
B = 56.51%

CMYK

 C value IS 0.26

 M value IS 0.97

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#AB06E6 (or 0xAB06E6) is known color: Dark Violet. HEX triplet: AB, 06 and E6. RGB value is (171,6,230). Sum of RGB (Red+Green+Blue) = 171+6+230=407 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.01% from 407); Green value is 6 (2.73% from 255 or 1.47% from 407); Blue value is 230 (90.23% from 255 or 56.51% from 407); Max value from RGB is 230 - color contains mainly: blue. Hex color #AB06E6 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AB06E6 is #54F919. Grayscale: #505050. Windows color (decimal): -5568794 or 15074987. OLE color: 15074987.

HSL color Cylindrical-coordinate representation of color #AB06E6: hue angle of 284.2º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AB06E6 is Cyan = 0.26, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 171 6 230 -
CMYK 0.26 0.97 0 0.10
HSL 284.2º 0.95% 0.46% -
HSV(B) 284.2º 0.97% 0.9% -
XYZ 31.14 14.5 76.02 -
YUV 80.87 212.16 192.29 -
System Red Green Blue C M Y K H S L
Decimal 171 6 230 0.26 0.97 0 0.10 284.2 0.95 0.46
Hex AB 6 E6 1A 61 0 A 11C 5F 2E
Octal 253 6 346 32 141 0 12 434 137 56
Binary 10101011 110 11100110 11010 1100001 0 1010 100011100 1011111 101110

Color Harmonies of #AB06E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB06E6

Black with #AB06E6

Text Example


Text Example

White with #AB06E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB06E6; }

 p { color: rgb(171,6,230); }

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

background-color css

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

 a { background-color: rgb(171,6,230); }

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

border-color css

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

 span { border-color: rgb(171,6,230); }

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