Html Css Color HEX #AF3B77 Royal Heath

📋 copy color: '#AF3B77'

red 175 ◦ green 59 ◦ blue 119

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

Shades of Royal Heath #AF3B77

Tints of Royal Heath #AF3B77

RGB

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

 GREEN value IS 59 (23.44% from 255) = 16.71%

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

R = 49.58%
G = 16.71%
B = 33.71%

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

#AF3B77 (or 0xAF3B77) is known color: Royal Heath. HEX triplet: AF, 3B and 77. RGB value is (175,59,119). Sum of RGB (Red+Green+Blue) = 175+59+119=353 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.58% from 353); Green value is 59 (23.44% from 255 or 16.71% from 353); Blue value is 119 (46.88% from 255 or 33.71% from 353); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3B77 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF3B77 is #50C488. Grayscale: #646464. Windows color (decimal): -5293193 or 7814063. OLE color: 7814063.

HSL color Cylindrical-coordinate representation of color #AF3B77: hue angle of 328.97º degrees, saturation: 0.5, 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 #AF3B77 is Cyan = 0, Magento = 0.66, Yellow = 0.32 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 59 119 -
CMYK 0 0.66 0.32 0.31
HSL 328.97º 0.5% 0.46% -
HSV(B) 328.97º 0.66% 0.69% -
XYZ 22.57 13.57 18.88 -
YUV 100.52 138.43 181.12 -
System Red Green Blue C M Y K H S L
Decimal 175 59 119 0 0.66 0.32 0.31 328.97 0.5 0.46
Hex AF 3B 77 0 42 20 1F 149 32 2E
Octal 257 73 167 0 102 40 37 511 62 56
Binary 10101111 111011 1110111 0 1000010 100000 11111 101001001 110010 101110

Color Harmonies of #AF3B77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3B77

Black with #AF3B77

Text Example


Text Example

White with #AF3B77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3B77; }

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

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

background-color css

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

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

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

border-color css

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

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

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