Html Css Color HEX #AF4272 Royal Heath

📋 copy color: '#AF4272'

red 175 ◦ green 66 ◦ blue 114

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

Shades of Royal Heath #AF4272

Tints of Royal Heath #AF4272

RGB

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

 GREEN value IS 66 (26.17% from 255) = 18.59%

 BLUE value IS 114 (44.92% from 255) = 32.11%

R = 49.3%
G = 18.59%
B = 32.11%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.35

 K value IS 0.31

RGB Variations

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

Color information

#AF4272 (or 0xAF4272) is known color: Royal Heath. HEX triplet: AF, 42 and 72. RGB value is (175,66,114). Sum of RGB (Red+Green+Blue) = 175+66+114=355 (47% of max value = 765). Red value is 175 (68.75% from 255 or 49.30% from 355); Green value is 66 (26.17% from 255 or 18.59% from 355); Blue value is 114 (44.92% from 255 or 32.11% from 355); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4272 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF4272 is #50BD8D. Grayscale: #676767. Windows color (decimal): -5291406 or 7488175. OLE color: 7488175.

HSL color Cylindrical-coordinate representation of color #AF4272: hue angle of 333.58º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AF4272 is Cyan = 0, Magento = 0.62, Yellow = 0.35 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 66 114 -
CMYK 0 0.62 0.35 0.31
HSL 333.58º 0.45% 0.47% -
HSV(B) 333.58º 0.62% 0.69% -
XYZ 22.66 14.23 17.47 -
YUV 104.06 133.61 178.6 -
System Red Green Blue C M Y K H S L
Decimal 175 66 114 0 0.62 0.35 0.31 333.58 0.45 0.47
Hex AF 42 72 0 3E 23 1F 14E 2D 2F
Octal 257 102 162 0 76 43 37 516 55 57
Binary 10101111 1000010 1110010 0 111110 100011 11111 101001110 101101 101111

Color Harmonies of #AF4272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4272

Black with #AF4272

Text Example


Text Example

White with #AF4272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4272; }

 p { color: rgb(175,66,114); }

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

background-color css

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

 a { background-color: rgb(175,66,114); }

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

border-color css

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

 span { border-color: rgb(175,66,114); }

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