Html Css Color HEX #AB75A8 Violet Blue

📋 copy color: '#AB75A8'

red 171 ◦ green 117 ◦ blue 168

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

Shades of Violet Blue #AB75A8

Tints of Violet Blue #AB75A8

RGB

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

 GREEN value IS 117 (46.09% from 255) = 25.66%

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

R = 37.5%
G = 25.66%
B = 36.84%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.02

 K value IS 0.33

RGB Variations

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

Color information

#AB75A8 (or 0xAB75A8) is known color: Violet Blue. HEX triplet: AB, 75 and A8. RGB value is (171,117,168). Sum of RGB (Red+Green+Blue) = 171+117+168=456 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.5% from 456); Green value is 117 (46.09% from 255 or 25.66% from 456); Blue value is 168 (66.02% from 255 or 36.84% from 456); Max value from RGB is 171 - color contains mainly: red. Hex color #AB75A8 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB75A8 is #548A57. Grayscale: #8A8A8A. Windows color (decimal): -5540440 or 11040171. OLE color: 11040171.

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

Color convert

RGB 171 117 168 -
CMYK 0 0.32 0.02 0.33
HSL 303.33º 0.24% 0.56% -
HSV(B) 303.33º 0.32% 0.67% -
XYZ 30.22 24.21 40.13 -
YUV 138.96 144.39 150.85 -
System Red Green Blue C M Y K H S L
Decimal 171 117 168 0 0.32 0.02 0.33 303.33 0.24 0.56
Hex AB 75 A8 0 20 2 21 12F 18 38
Octal 253 165 250 0 40 2 41 457 30 70
Binary 10101011 1110101 10101000 0 100000 10 100001 100101111 11000 111000

Color Harmonies of #AB75A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB75A8

Black with #AB75A8

Text Example


Text Example

White with #AB75A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB75A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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