Html Css Color HEX #AB38A2 Violet Blue

📋 copy color: '#AB38A2'

red 171 ◦ green 56 ◦ blue 162

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

Shades of Violet Blue #AB38A2

Tints of Violet Blue #AB38A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 41.65%

R = 43.96%
G = 14.4%
B = 41.65%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.05

 K value IS 0.33

RGB Variations

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

Color information

#AB38A2 (or 0xAB38A2) is known color: Violet Blue. HEX triplet: AB, 38 and A2. RGB value is (171,56,162). Sum of RGB (Red+Green+Blue) = 171+56+162=389 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.96% from 389); Green value is 56 (22.27% from 255 or 14.40% from 389); Blue value is 162 (63.67% from 255 or 41.65% from 389); Max value from RGB is 171 - color contains mainly: red. Hex color #AB38A2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB38A2 is #54C75D. Grayscale: #666666. Windows color (decimal): -5556062 or 10631339. OLE color: 10631339.

HSL color Cylindrical-coordinate representation of color #AB38A2: hue angle of 304.7º 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 #AB38A2 is Cyan = 0, Magento = 0.67, Yellow = 0.05 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 56 162 -
CMYK 0 0.67 0.05 0.33
HSL 304.7º 0.51% 0.45% -
HSV(B) 304.7º 0.67% 0.67% -
XYZ 24.73 14.09 35.6 -
YUV 102.47 161.6 176.88 -
System Red Green Blue C M Y K H S L
Decimal 171 56 162 0 0.67 0.05 0.33 304.7 0.51 0.45
Hex AB 38 A2 0 43 5 21 131 33 2D
Octal 253 70 242 0 103 5 41 461 63 55
Binary 10101011 111000 10100010 0 1000011 101 100001 100110001 110011 101101

Color Harmonies of #AB38A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB38A2

Black with #AB38A2

Text Example


Text Example

White with #AB38A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB38A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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