Html Css Color HEX #AF4373 Royal Heath

📋 copy color: '#AF4373'

red 175 ◦ green 67 ◦ blue 115

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

Shades of Royal Heath #AF4373

Tints of Royal Heath #AF4373

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 32.21%

R = 49.02%
G = 18.77%
B = 32.21%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.34

 K value IS 0.31

RGB Variations

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

Color information

#AF4373 (or 0xAF4373) is known color: Royal Heath. HEX triplet: AF, 43 and 73. RGB value is (175,67,115). Sum of RGB (Red+Green+Blue) = 175+67+115=357 (47% of max value = 765). Red value is 175 (68.75% from 255 or 49.02% from 357); Green value is 67 (26.56% from 255 or 18.77% from 357); Blue value is 115 (45.31% from 255 or 32.21% from 357); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4373 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF4373 is #50BC8C. Grayscale: #686868. Windows color (decimal): -5291149 or 7553967. OLE color: 7553967.

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

Color convert

RGB 175 67 115 -
CMYK 0 0.62 0.34 0.31
HSL 333.33º 0.45% 0.47% -
HSV(B) 333.33º 0.62% 0.69% -
XYZ 22.78 14.37 17.79 -
YUV 104.76 133.78 178.1 -
System Red Green Blue C M Y K H S L
Decimal 175 67 115 0 0.62 0.34 0.31 333.33 0.45 0.47
Hex AF 43 73 0 3E 22 1F 14D 2D 2F
Octal 257 103 163 0 76 42 37 515 55 57
Binary 10101111 1000011 1110011 0 111110 100010 11111 101001101 101101 101111

Color Harmonies of #AF4373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4373

Black with #AF4373

Text Example


Text Example

White with #AF4373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4373; }

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

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

background-color css

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

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

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

border-color css

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

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

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