Html Css Color HEX #AF437D Royal Heath

📋 copy color: '#AF437D'

red 175 ◦ green 67 ◦ blue 125

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

Shades of Royal Heath #AF437D

Tints of Royal Heath #AF437D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 34.06%

R = 47.68%
G = 18.26%
B = 34.06%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.29

 K value IS 0.31

RGB Variations

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

Color information

#AF437D (or 0xAF437D) is known color: Royal Heath. HEX triplet: AF, 43 and 7D. RGB value is (175,67,125). Sum of RGB (Red+Green+Blue) = 175+67+125=367 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.68% from 367); Green value is 67 (26.56% from 255 or 18.26% from 367); Blue value is 125 (49.22% from 255 or 34.06% from 367); Max value from RGB is 175 - color contains mainly: red. Hex color #AF437D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF437D is #50BC82. Grayscale: #696969. Windows color (decimal): -5291139 or 8209327. OLE color: 8209327.

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

Color convert

RGB 175 67 125 -
CMYK 0 0.62 0.29 0.31
HSL 327.78º 0.45% 0.47% -
HSV(B) 327.78º 0.62% 0.69% -
XYZ 23.39 14.61 20.99 -
YUV 105.9 138.78 177.28 -
System Red Green Blue C M Y K H S L
Decimal 175 67 125 0 0.62 0.29 0.31 327.78 0.45 0.47
Hex AF 43 7D 0 3E 1D 1F 148 2D 2F
Octal 257 103 175 0 76 35 37 510 55 57
Binary 10101111 1000011 1111101 0 111110 11101 11111 101001000 101101 101111

Color Harmonies of #AF437D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF437D

Black with #AF437D

Text Example


Text Example

White with #AF437D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF437D; }

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

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

background-color css

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

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

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

border-color css

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

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

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