Html Css Color HEX #AF75A2 Bouquet

📋 copy color: '#AF75A2'

red 175 ◦ green 117 ◦ blue 162

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

Shades of Bouquet #AF75A2

Tints of Bouquet #AF75A2

RGB

 RED value IS 175 (68.75% from 255) = 38.55%

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

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

R = 38.55%
G = 25.77%
B = 35.68%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.07

 K value IS 0.31

RGB Variations

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

Color information

#AF75A2 (or 0xAF75A2) is known color: Bouquet. HEX triplet: AF, 75 and A2. RGB value is (175,117,162). Sum of RGB (Red+Green+Blue) = 175+117+162=454 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.55% from 454); Green value is 117 (46.09% from 255 or 25.77% from 454); Blue value is 162 (63.67% from 255 or 35.68% from 454); Max value from RGB is 175 - color contains mainly: red. Hex color #AF75A2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF75A2 is #508A5D. Grayscale: #8B8B8B. Windows color (decimal): -5278302 or 10646959. OLE color: 10646959.

HSL color Cylindrical-coordinate representation of color #AF75A2: hue angle of 313.45º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AF75A2 is Cyan = 0, Magento = 0.33, Yellow = 0.07 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 117 162 -
CMYK 0 0.33 0.07 0.31
HSL 313.45º 0.27% 0.57% -
HSV(B) 313.45º 0.33% 0.69% -
XYZ 30.56 24.45 37.29 -
YUV 139.47 140.72 153.34 -
System Red Green Blue C M Y K H S L
Decimal 175 117 162 0 0.33 0.07 0.31 313.45 0.27 0.57
Hex AF 75 A2 0 21 7 1F 139 1B 39
Octal 257 165 242 0 41 7 37 471 33 71
Binary 10101111 1110101 10100010 0 100001 111 11111 100111001 11011 111001

Color Harmonies of #AF75A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF75A2

Black with #AF75A2

Text Example


Text Example

White with #AF75A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF75A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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