Html Css Color HEX #AF3F77 Royal Heath

📋 copy color: '#AF3F77'

red 175 ◦ green 63 ◦ blue 119

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

Shades of Royal Heath #AF3F77

Tints of Royal Heath #AF3F77

RGB

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

 GREEN value IS 63 (25% from 255) = 17.65%

 BLUE value IS 119 (46.88% from 255) = 33.33%

R = 49.02%
G = 17.65%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.32

 K value IS 0.31

RGB Variations

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

Color information

#AF3F77 (or 0xAF3F77) is known color: Royal Heath. HEX triplet: AF, 3F and 77. RGB value is (175,63,119). Sum of RGB (Red+Green+Blue) = 175+63+119=357 (47% of max value = 765). Red value is 175 (68.75% from 255 or 49.02% from 357); Green value is 63 (25% from 255 or 17.65% from 357); Blue value is 119 (46.88% from 255 or 33.33% from 357); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3F77 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF3F77 is #50C088. Grayscale: #666666. Windows color (decimal): -5292169 or 7815087. OLE color: 7815087.

HSL color Cylindrical-coordinate representation of color #AF3F77: hue angle of 330º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AF3F77 is Cyan = 0, Magento = 0.64, Yellow = 0.32 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 63 119 -
CMYK 0 0.64 0.32 0.31
HSL 330º 0.47% 0.47% -
HSV(B) 330º 0.64% 0.69% -
XYZ 22.79 14 18.95 -
YUV 102.87 137.11 179.45 -
System Red Green Blue C M Y K H S L
Decimal 175 63 119 0 0.64 0.32 0.31 330 0.47 0.47
Hex AF 3F 77 0 40 20 1F 14A 2F 2F
Octal 257 77 167 0 100 40 37 512 57 57
Binary 10101111 111111 1110111 0 1000000 100000 11111 101001010 101111 101111

Color Harmonies of #AF3F77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3F77

Black with #AF3F77

Text Example


Text Example

White with #AF3F77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3F77; }

 p { color: rgb(175,63,119); }

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

background-color css

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

 a { background-color: rgb(175,63,119); }

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

border-color css

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

 span { border-color: rgb(175,63,119); }

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