Html Css Color HEX #AF4270 Royal Heath

📋 copy color: '#AF4270'

red 175 ◦ green 66 ◦ blue 112

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

Shades of Royal Heath #AF4270

Tints of Royal Heath #AF4270

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 31.73%

R = 49.58%
G = 18.7%
B = 31.73%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.36

 K value IS 0.31

RGB Variations

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

Color information

#AF4270 (or 0xAF4270) is known color: Royal Heath. HEX triplet: AF, 42 and 70. RGB value is (175,66,112). Sum of RGB (Red+Green+Blue) = 175+66+112=353 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.58% from 353); Green value is 66 (26.17% from 255 or 18.70% from 353); Blue value is 112 (44.14% from 255 or 31.73% from 353); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4270 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF4270 is #50BD8F. Grayscale: #676767. Windows color (decimal): -5291408 or 7357103. OLE color: 7357103.

HSL color Cylindrical-coordinate representation of color #AF4270: hue angle of 334.68º 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 #AF4270 is Cyan = 0, Magento = 0.62, Yellow = 0.36 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 66 112 -
CMYK 0 0.62 0.36 0.31
HSL 334.68º 0.45% 0.47% -
HSV(B) 334.68º 0.62% 0.69% -
XYZ 22.55 14.18 16.88 -
YUV 103.84 132.61 178.76 -
System Red Green Blue C M Y K H S L
Decimal 175 66 112 0 0.62 0.36 0.31 334.68 0.45 0.47
Hex AF 42 70 0 3E 24 1F 14F 2D 2F
Octal 257 102 160 0 76 44 37 517 55 57
Binary 10101111 1000010 1110000 0 111110 100100 11111 101001111 101101 101111

Color Harmonies of #AF4270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4270

Black with #AF4270

Text Example


Text Example

White with #AF4270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4270; }

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

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

background-color css

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

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

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

border-color css

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

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

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