Html Css Color HEX #AF3A72 Royal Heath

📋 copy color: '#AF3A72'

red 175 ◦ green 58 ◦ blue 114

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

Shades of Royal Heath #AF3A72

Tints of Royal Heath #AF3A72

RGB

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

 GREEN value IS 58 (23.05% from 255) = 16.71%

 BLUE value IS 114 (44.92% from 255) = 32.85%

R = 50.43%
G = 16.71%
B = 32.85%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.35

 K value IS 0.31

RGB Variations

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

Color information

#AF3A72 (or 0xAF3A72) is known color: Royal Heath. HEX triplet: AF, 3A and 72. RGB value is (175,58,114). Sum of RGB (Red+Green+Blue) = 175+58+114=347 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.43% from 347); Green value is 58 (23.05% from 255 or 16.71% from 347); Blue value is 114 (44.92% from 255 or 32.85% from 347); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3A72 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF3A72 is #50C58D. Grayscale: #636363. Windows color (decimal): -5293454 or 7486127. OLE color: 7486127.

HSL color Cylindrical-coordinate representation of color #AF3A72: hue angle of 331.28º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AF3A72 is Cyan = 0, Magento = 0.67, Yellow = 0.35 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 58 114 -
CMYK 0 0.67 0.35 0.31
HSL 331.28º 0.5% 0.46% -
HSV(B) 331.28º 0.67% 0.69% -
XYZ 22.23 13.35 17.33 -
YUV 99.37 136.26 181.95 -
System Red Green Blue C M Y K H S L
Decimal 175 58 114 0 0.67 0.35 0.31 331.28 0.5 0.46
Hex AF 3A 72 0 43 23 1F 14B 32 2E
Octal 257 72 162 0 103 43 37 513 62 56
Binary 10101111 111010 1110010 0 1000011 100011 11111 101001011 110010 101110

Color Harmonies of #AF3A72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3A72

Black with #AF3A72

Text Example


Text Example

White with #AF3A72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3A72; }

 p { color: rgb(175,58,114); }

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

background-color css

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

 a { background-color: rgb(175,58,114); }

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

border-color css

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

 span { border-color: rgb(175,58,114); }

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