Html Css Color HEX #AB3DA8 Violet Blue

📋 copy color: '#AB3DA8'

red 171 ◦ green 61 ◦ blue 168

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

Shades of Violet Blue #AB3DA8

Tints of Violet Blue #AB3DA8

RGB

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

 GREEN value IS 61 (24.22% from 255) = 15.25%

 BLUE value IS 168 (66.02% from 255) = 42%

R = 42.75%
G = 15.25%
B = 42%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.02

 K value IS 0.33

RGB Variations

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

Color information

#AB3DA8 (or 0xAB3DA8) is known color: Violet Blue. HEX triplet: AB, 3D and A8. RGB value is (171,61,168). Sum of RGB (Red+Green+Blue) = 171+61+168=400 (52% of max value = 765). Red value is 171 (67.19% from 255 or 42.75% from 400); Green value is 61 (24.22% from 255 or 15.25% from 400); Blue value is 168 (66.02% from 255 or 42% from 400); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3DA8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB3DA8 is #54C257. Grayscale: #696969. Windows color (decimal): -5554776 or 11025835. OLE color: 11025835.

HSL color Cylindrical-coordinate representation of color #AB3DA8: hue angle of 301.64º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AB3DA8 is Cyan = 0, Magento = 0.64, Yellow = 0.02 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 61 168 -
CMYK 0 0.64 0.02 0.33
HSL 301.64º 0.47% 0.45% -
HSV(B) 301.64º 0.64% 0.67% -
XYZ 25.53 14.82 38.56 -
YUV 106.09 162.94 174.3 -
System Red Green Blue C M Y K H S L
Decimal 171 61 168 0 0.64 0.02 0.33 301.64 0.47 0.45
Hex AB 3D A8 0 40 2 21 12E 2F 2D
Octal 253 75 250 0 100 2 41 456 57 55
Binary 10101011 111101 10101000 0 1000000 10 100001 100101110 101111 101101

Color Harmonies of #AB3DA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB3DA8

Black with #AB3DA8

Text Example


Text Example

White with #AB3DA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB3DA8; }

 p { color: rgb(171,61,168); }

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

background-color css

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

 a { background-color: rgb(171,61,168); }

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

border-color css

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

 span { border-color: rgb(171,61,168); }

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