Html Css Color HEX #AF3C77 Royal Heath

📋 copy color: '#AF3C77'

red 175 ◦ green 60 ◦ blue 119

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

Shades of Royal Heath #AF3C77

Tints of Royal Heath #AF3C77

RGB

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

 GREEN value IS 60 (23.83% from 255) = 16.95%

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

R = 49.44%
G = 16.95%
B = 33.62%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.32

 K value IS 0.31

RGB Variations

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

Color information

#AF3C77 (or 0xAF3C77) is known color: Royal Heath. HEX triplet: AF, 3C and 77. RGB value is (175,60,119). Sum of RGB (Red+Green+Blue) = 175+60+119=354 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.44% from 354); Green value is 60 (23.83% from 255 or 16.95% from 354); Blue value is 119 (46.88% from 255 or 33.62% from 354); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3C77 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF3C77 is #50C388. Grayscale: #646464. Windows color (decimal): -5292937 or 7814319. OLE color: 7814319.

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

Color convert

RGB 175 60 119 -
CMYK 0 0.66 0.32 0.31
HSL 329.22º 0.49% 0.46% -
HSV(B) 329.22º 0.66% 0.69% -
XYZ 22.62 13.68 18.9 -
YUV 101.11 138.1 180.7 -
System Red Green Blue C M Y K H S L
Decimal 175 60 119 0 0.66 0.32 0.31 329.22 0.49 0.46
Hex AF 3C 77 0 42 20 1F 149 31 2E
Octal 257 74 167 0 102 40 37 511 61 56
Binary 10101111 111100 1110111 0 1000010 100000 11111 101001001 110001 101110

Color Harmonies of #AF3C77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3C77

Black with #AF3C77

Text Example


Text Example

White with #AF3C77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3C77; }

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

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

background-color css

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

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

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

border-color css

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

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

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