Html Css Color HEX #AB38A8 Violet Blue

📋 copy color: '#AB38A8'

red 171 ◦ green 56 ◦ blue 168

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

Shades of Violet Blue #AB38A8

Tints of Violet Blue #AB38A8

RGB

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

 GREEN value IS 56 (22.27% from 255) = 14.18%

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

R = 43.29%
G = 14.18%
B = 42.53%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.02

 K value IS 0.33

RGB Variations

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

Color information

#AB38A8 (or 0xAB38A8) is known color: Violet Blue. HEX triplet: AB, 38 and A8. RGB value is (171,56,168). Sum of RGB (Red+Green+Blue) = 171+56+168=395 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.29% from 395); Green value is 56 (22.27% from 255 or 14.18% from 395); Blue value is 168 (66.02% from 255 or 42.53% from 395); Max value from RGB is 171 - color contains mainly: red. Hex color #AB38A8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB38A8 is #54C757. Grayscale: #666666. Windows color (decimal): -5556056 or 11024555. OLE color: 11024555.

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

Color convert

RGB 171 56 168 -
CMYK 0 0.67 0.02 0.33
HSL 301.57º 0.51% 0.45% -
HSV(B) 301.57º 0.67% 0.67% -
XYZ 25.28 14.31 38.48 -
YUV 103.15 164.6 176.39 -
System Red Green Blue C M Y K H S L
Decimal 171 56 168 0 0.67 0.02 0.33 301.57 0.51 0.45
Hex AB 38 A8 0 43 2 21 12E 33 2D
Octal 253 70 250 0 103 2 41 456 63 55
Binary 10101011 111000 10101000 0 1000011 10 100001 100101110 110011 101101

Color Harmonies of #AB38A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB38A8

Black with #AB38A8

Text Example


Text Example

White with #AB38A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB38A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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