Html Css Color HEX #AF70A3 Bouquet

📋 copy color: '#AF70A3'

red 175 ◦ green 112 ◦ blue 163

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

Shades of Bouquet #AF70A3

Tints of Bouquet #AF70A3

RGB

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

 GREEN value IS 112 (44.14% from 255) = 24.89%

 BLUE value IS 163 (64.06% from 255) = 36.22%

R = 38.89%
G = 24.89%
B = 36.22%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.07

 K value IS 0.31

RGB Variations

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

Color information

#AF70A3 (or 0xAF70A3) is known color: Bouquet. HEX triplet: AF, 70 and A3. RGB value is (175,112,163). Sum of RGB (Red+Green+Blue) = 175+112+163=450 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.89% from 450); Green value is 112 (44.14% from 255 or 24.89% from 450); Blue value is 163 (64.06% from 255 or 36.22% from 450); Max value from RGB is 175 - color contains mainly: red. Hex color #AF70A3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF70A3 is #508F5C. Grayscale: #888888. Windows color (decimal): -5279581 or 10711215. OLE color: 10711215.

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

Color convert

RGB 175 112 163 -
CMYK 0 0.36 0.07 0.31
HSL 311.43º 0.28% 0.56% -
HSV(B) 311.43º 0.36% 0.69% -
XYZ 30.08 23.35 37.57 -
YUV 136.65 142.87 155.35 -
System Red Green Blue C M Y K H S L
Decimal 175 112 163 0 0.36 0.07 0.31 311.43 0.28 0.56
Hex AF 70 A3 0 24 7 1F 137 1C 38
Octal 257 160 243 0 44 7 37 467 34 70
Binary 10101111 1110000 10100011 0 100100 111 11111 100110111 11100 111000

Color Harmonies of #AF70A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF70A3

Black with #AF70A3

Text Example


Text Example

White with #AF70A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF70A3; }

 p { color: rgb(175,112,163); }

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

background-color css

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

 a { background-color: rgb(175,112,163); }

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

border-color css

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

 span { border-color: rgb(175,112,163); }

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