Html Css Color HEX #AB75A2 Bouquet

📋 copy color: '#AB75A2'

red 171 ◦ green 117 ◦ blue 162

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

Shades of Bouquet #AB75A2

Tints of Bouquet #AB75A2

RGB

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

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

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

R = 38%
G = 26%
B = 36%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.05

 K value IS 0.33

RGB Variations

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

Color information

#AB75A2 (or 0xAB75A2) is known color: Bouquet. HEX triplet: AB, 75 and A2. RGB value is (171,117,162). Sum of RGB (Red+Green+Blue) = 171+117+162=450 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38% from 450); Green value is 117 (46.09% from 255 or 26% from 450); Blue value is 162 (63.67% from 255 or 36% from 450); Max value from RGB is 171 - color contains mainly: red. Hex color #AB75A2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB75A2 is #548A5D. Grayscale: #8A8A8A. Windows color (decimal): -5540446 or 10646955. OLE color: 10646955.

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

Color convert

RGB 171 117 162 -
CMYK 0 0.32 0.05 0.33
HSL 310º 0.24% 0.56% -
HSV(B) 310º 0.32% 0.67% -
XYZ 29.68 23.99 37.25 -
YUV 138.28 141.39 151.34 -
System Red Green Blue C M Y K H S L
Decimal 171 117 162 0 0.32 0.05 0.33 310 0.24 0.56
Hex AB 75 A2 0 20 5 21 136 18 38
Octal 253 165 242 0 40 5 41 466 30 70
Binary 10101011 1110101 10100010 0 100000 101 100001 100110110 11000 111000

Color Harmonies of #AB75A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB75A2

Black with #AB75A2

Text Example


Text Example

White with #AB75A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB75A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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