Html Css Color HEX #AF4370 Royal Heath

📋 copy color: '#AF4370'

red 175 ◦ green 67 ◦ blue 112

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

Shades of Royal Heath #AF4370

Tints of Royal Heath #AF4370

RGB

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

 GREEN value IS 67 (26.56% from 255) = 18.93%

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

R = 49.44%
G = 18.93%
B = 31.64%

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

#AF4370 (or 0xAF4370) is known color: Royal Heath. HEX triplet: AF, 43 and 70. RGB value is (175,67,112). Sum of RGB (Red+Green+Blue) = 175+67+112=354 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.44% from 354); Green value is 67 (26.56% from 255 or 18.93% from 354); Blue value is 112 (44.14% from 255 or 31.64% from 354); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4370 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF4370 is #50BC8F. Grayscale: #686868. Windows color (decimal): -5291152 or 7357359. OLE color: 7357359.

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

Color convert

RGB 175 67 112 -
CMYK 0 0.62 0.36 0.31
HSL 335º 0.45% 0.47% -
HSV(B) 335º 0.62% 0.69% -
XYZ 22.61 14.3 16.9 -
YUV 104.42 132.28 178.34 -
System Red Green Blue C M Y K H S L
Decimal 175 67 112 0 0.62 0.36 0.31 335 0.45 0.47
Hex AF 43 70 0 3E 24 1F 14F 2D 2F
Octal 257 103 160 0 76 44 37 517 55 57
Binary 10101111 1000011 1110000 0 111110 100100 11111 101001111 101101 101111

Color Harmonies of #AF4370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4370

Black with #AF4370

Text Example


Text Example

White with #AF4370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4370; }

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

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

background-color css

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

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

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

border-color css

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

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

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