Html Css Color HEX #AB3BA4 Violet Blue

📋 copy color: '#AB3BA4'

red 171 ◦ green 59 ◦ blue 164

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

Shades of Violet Blue #AB3BA4

Tints of Violet Blue #AB3BA4

RGB

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

 GREEN value IS 59 (23.44% from 255) = 14.97%

 BLUE value IS 164 (64.45% from 255) = 41.62%

R = 43.4%
G = 14.97%
B = 41.62%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.04

 K value IS 0.33

RGB Variations

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

Color information

#AB3BA4 (or 0xAB3BA4) is known color: Violet Blue. HEX triplet: AB, 3B and A4. RGB value is (171,59,164). Sum of RGB (Red+Green+Blue) = 171+59+164=394 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.40% from 394); Green value is 59 (23.44% from 255 or 14.97% from 394); Blue value is 164 (64.45% from 255 or 41.62% from 394); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3BA4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB3BA4 is #54C45B. Grayscale: #686868. Windows color (decimal): -5555292 or 10763179. OLE color: 10763179.

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

Color convert

RGB 171 59 164 -
CMYK 0 0.65 0.04 0.33
HSL 303.75º 0.49% 0.45% -
HSV(B) 303.75º 0.65% 0.67% -
XYZ 25.06 14.47 36.59 -
YUV 104.46 161.61 175.46 -
System Red Green Blue C M Y K H S L
Decimal 171 59 164 0 0.65 0.04 0.33 303.75 0.49 0.45
Hex AB 3B A4 0 41 4 21 130 31 2D
Octal 253 73 244 0 101 4 41 460 61 55
Binary 10101011 111011 10100100 0 1000001 100 100001 100110000 110001 101101

Color Harmonies of #AB3BA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB3BA4

Black with #AB3BA4

Text Example


Text Example

White with #AB3BA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB3BA4; }

 p { color: rgb(171,59,164); }

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

background-color css

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

 a { background-color: rgb(171,59,164); }

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

border-color css

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

 span { border-color: rgb(171,59,164); }

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