Html Css Color HEX #AF437A Royal Heath

📋 copy color: '#AF437A'

red 175 ◦ green 67 ◦ blue 122

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

Shades of Royal Heath #AF437A

Tints of Royal Heath #AF437A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 33.52%

R = 48.08%
G = 18.41%
B = 33.52%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.30

 K value IS 0.31

RGB Variations

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

Color information

#AF437A (or 0xAF437A) is known color: Royal Heath. HEX triplet: AF, 43 and 7A. RGB value is (175,67,122). Sum of RGB (Red+Green+Blue) = 175+67+122=364 (48% of max value = 765). Red value is 175 (68.75% from 255 or 48.08% from 364); Green value is 67 (26.56% from 255 or 18.41% from 364); Blue value is 122 (48.05% from 255 or 33.52% from 364); Max value from RGB is 175 - color contains mainly: red. Hex color #AF437A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF437A is #50BC85. Grayscale: #696969. Windows color (decimal): -5291142 or 8012719. OLE color: 8012719.

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

Color convert

RGB 175 67 122 -
CMYK 0 0.62 0.30 0.31
HSL 329.44º 0.45% 0.47% -
HSV(B) 329.44º 0.62% 0.69% -
XYZ 23.2 14.53 19.99 -
YUV 105.56 137.28 177.53 -
System Red Green Blue C M Y K H S L
Decimal 175 67 122 0 0.62 0.30 0.31 329.44 0.45 0.47
Hex AF 43 7A 0 3E 1E 1F 149 2D 2F
Octal 257 103 172 0 76 36 37 511 55 57
Binary 10101111 1000011 1111010 0 111110 11110 11111 101001001 101101 101111

Color Harmonies of #AF437A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF437A

Black with #AF437A

Text Example


Text Example

White with #AF437A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF437A; }

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

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

background-color css

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

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

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

border-color css

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

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

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