Html Css Color HEX #AF74A7 Bouquet

📋 copy color: '#AF74A7'

red 175 ◦ green 116 ◦ blue 167

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

Shades of Bouquet #AF74A7

Tints of Bouquet #AF74A7

RGB

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

 GREEN value IS 116 (45.7% from 255) = 25.33%

 BLUE value IS 167 (65.63% from 255) = 36.46%

R = 38.21%
G = 25.33%
B = 36.46%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.05

 K value IS 0.31

RGB Variations

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

Color information

#AF74A7 (or 0xAF74A7) is known color: Bouquet. HEX triplet: AF, 74 and A7. RGB value is (175,116,167). Sum of RGB (Red+Green+Blue) = 175+116+167=458 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.21% from 458); Green value is 116 (45.70% from 255 or 25.33% from 458); Blue value is 167 (65.62% from 255 or 36.46% from 458); Max value from RGB is 175 - color contains mainly: red. Hex color #AF74A7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF74A7 is #508B58. Grayscale: #8B8B8B. Windows color (decimal): -5278553 or 10974383. OLE color: 10974383.

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

Color convert

RGB 175 116 167 -
CMYK 0 0.34 0.05 0.31
HSL 308.14º 0.27% 0.57% -
HSV(B) 308.14º 0.34% 0.69% -
XYZ 30.9 24.39 39.64 -
YUV 139.46 143.55 153.35 -
System Red Green Blue C M Y K H S L
Decimal 175 116 167 0 0.34 0.05 0.31 308.14 0.27 0.57
Hex AF 74 A7 0 22 5 1F 134 1B 39
Octal 257 164 247 0 42 5 37 464 33 71
Binary 10101111 1110100 10100111 0 100010 101 11111 100110100 11011 111001

Color Harmonies of #AF74A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF74A7

Black with #AF74A7

Text Example


Text Example

White with #AF74A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF74A7; }

 p { color: rgb(175,116,167); }

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

background-color css

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

 a { background-color: rgb(175,116,167); }

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

border-color css

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

 span { border-color: rgb(175,116,167); }

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