Html Css Color HEX #AB07DA Dark Violet

📋 copy color: '#AB07DA'

red 171 ◦ green 7 ◦ blue 218

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

Shades of Dark Violet #AB07DA

Tints of Dark Violet #AB07DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 55.05%

R = 43.18%
G = 1.77%
B = 55.05%

CMYK

 C value IS 0.22

 M value IS 0.97

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AB07DA (or 0xAB07DA) is known color: Dark Violet. HEX triplet: AB, 07 and DA. RGB value is (171,7,218). Sum of RGB (Red+Green+Blue) = 171+7+218=396 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.18% from 396); Green value is 7 (3.12% from 255 or 1.77% from 396); Blue value is 218 (85.55% from 255 or 55.05% from 396); Max value from RGB is 218 - color contains mainly: blue. Hex color #AB07DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB07DA is #54F825. Grayscale: #4F4F4F. Windows color (decimal): -5568550 or 14288811. OLE color: 14288811.

HSL color Cylindrical-coordinate representation of color #AB07DA: hue angle of 286.64º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AB07DA is Cyan = 0.22, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 171 7 218 -
CMYK 0.22 0.97 0 0.15
HSL 286.64º 0.94% 0.44% -
HSV(B) 286.64º 0.97% 0.85% -
XYZ 29.53 13.87 67.45 -
YUV 80.09 205.83 192.84 -
System Red Green Blue C M Y K H S L
Decimal 171 7 218 0.22 0.97 0 0.15 286.64 0.94 0.44
Hex AB 7 DA 16 61 0 F 11F 5E 2C
Octal 253 7 332 26 141 0 17 437 136 54
Binary 10101011 111 11011010 10110 1100001 0 1111 100011111 1011110 101100

Color Harmonies of #AB07DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB07DA

Black with #AB07DA

Text Example


Text Example

White with #AB07DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB07DA; }

 p { color: rgb(171,7,218); }

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

background-color css

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

 a { background-color: rgb(171,7,218); }

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

border-color css

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

 span { border-color: rgb(171,7,218); }

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