Html Css Color HEX #AF4881 Royal Heath

📋 copy color: '#AF4881'

red 175 ◦ green 72 ◦ blue 129

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

Shades of Royal Heath #AF4881

Tints of Royal Heath #AF4881

RGB

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

 GREEN value IS 72 (28.52% from 255) = 19.15%

 BLUE value IS 129 (50.78% from 255) = 34.31%

R = 46.54%
G = 19.15%
B = 34.31%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.26

 K value IS 0.31

RGB Variations

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

Color information

#AF4881 (or 0xAF4881) is known color: Royal Heath. HEX triplet: AF, 48 and 81. RGB value is (175,72,129). Sum of RGB (Red+Green+Blue) = 175+72+129=376 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.54% from 376); Green value is 72 (28.52% from 255 or 19.15% from 376); Blue value is 129 (50.78% from 255 or 34.31% from 376); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4881 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF4881 is #50B77E. Grayscale: #6D6D6D. Windows color (decimal): -5289855 or 8472751. OLE color: 8472751.

HSL color Cylindrical-coordinate representation of color #AF4881: hue angle of 326.8º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AF4881 is Cyan = 0, Magento = 0.59, Yellow = 0.26 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 72 129 -
CMYK 0 0.59 0.26 0.31
HSL 326.8º 0.42% 0.48% -
HSV(B) 326.8º 0.59% 0.69% -
XYZ 23.96 15.33 22.47 -
YUV 109.3 139.12 174.87 -
System Red Green Blue C M Y K H S L
Decimal 175 72 129 0 0.59 0.26 0.31 326.8 0.42 0.48
Hex AF 48 81 0 3B 1A 1F 147 2A 30
Octal 257 110 201 0 73 32 37 507 52 60
Binary 10101111 1001000 10000001 0 111011 11010 11111 101000111 101010 110000

Color Harmonies of #AF4881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4881

Black with #AF4881

Text Example


Text Example

White with #AF4881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4881; }

 p { color: rgb(175,72,129); }

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

background-color css

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

 a { background-color: rgb(175,72,129); }

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

border-color css

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

 span { border-color: rgb(175,72,129); }

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