Html Css Color HEX #AF4E83 Royal Heath

📋 copy color: '#AF4E83'

red 175 ◦ green 78 ◦ blue 131

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

Shades of Royal Heath #AF4E83

Tints of Royal Heath #AF4E83

RGB

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

 GREEN value IS 78 (30.86% from 255) = 20.31%

 BLUE value IS 131 (51.56% from 255) = 34.11%

R = 45.57%
G = 20.31%
B = 34.11%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.25

 K value IS 0.31

RGB Variations

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

Color information

#AF4E83 (or 0xAF4E83) is known color: Royal Heath. HEX triplet: AF, 4E and 83. RGB value is (175,78,131). Sum of RGB (Red+Green+Blue) = 175+78+131=384 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.57% from 384); Green value is 78 (30.86% from 255 or 20.31% from 384); Blue value is 131 (51.56% from 255 or 34.11% from 384); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4E83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF4E83 is #50B17C. Grayscale: #707070. Windows color (decimal): -5288317 or 8605359. OLE color: 8605359.

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

Color convert

RGB 175 78 131 -
CMYK 0 0.55 0.25 0.31
HSL 327.22º 0.38% 0.5% -
HSV(B) 327.22º 0.55% 0.69% -
XYZ 24.5 16.2 23.31 -
YUV 113.05 138.14 172.19 -
System Red Green Blue C M Y K H S L
Decimal 175 78 131 0 0.55 0.25 0.31 327.22 0.38 0.5
Hex AF 4E 83 0 37 19 1F 147 26 32
Octal 257 116 203 0 67 31 37 507 46 62
Binary 10101111 1001110 10000011 0 110111 11001 11111 101000111 100110 110010

Color Harmonies of #AF4E83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4E83

Black with #AF4E83

Text Example


Text Example

White with #AF4E83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4E83; }

 p { color: rgb(175,78,131); }

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

background-color css

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

 a { background-color: rgb(175,78,131); }

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

border-color css

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

 span { border-color: rgb(175,78,131); }

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