Html Css Color HEX #AF4781 Royal Heath

📋 copy color: '#AF4781'

red 175 ◦ green 71 ◦ blue 129

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

Shades of Royal Heath #AF4781

Tints of Royal Heath #AF4781

RGB

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

 GREEN value IS 71 (28.13% from 255) = 18.93%

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

R = 46.67%
G = 18.93%
B = 34.4%

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

#AF4781 (or 0xAF4781) is known color: Royal Heath. HEX triplet: AF, 47 and 81. RGB value is (175,71,129). Sum of RGB (Red+Green+Blue) = 175+71+129=375 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.67% from 375); Green value is 71 (28.12% from 255 or 18.93% from 375); Blue value is 129 (50.78% from 255 or 34.4% from 375); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4781 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF4781 is #50B87E. Grayscale: #6C6C6C. Windows color (decimal): -5290111 or 8472495. OLE color: 8472495.

HSL color Cylindrical-coordinate representation of color #AF4781: hue angle of 326.54º 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 #AF4781 is Cyan = 0, Magento = 0.59, Yellow = 0.26 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 71 129 -
CMYK 0 0.59 0.26 0.31
HSL 326.54º 0.42% 0.48% -
HSV(B) 326.54º 0.59% 0.69% -
XYZ 23.89 15.21 22.44 -
YUV 108.71 139.46 175.28 -
System Red Green Blue C M Y K H S L
Decimal 175 71 129 0 0.59 0.26 0.31 326.54 0.42 0.48
Hex AF 47 81 0 3B 1A 1F 147 2A 30
Octal 257 107 201 0 73 32 37 507 52 60
Binary 10101111 1000111 10000001 0 111011 11010 11111 101000111 101010 110000

Color Harmonies of #AF4781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4781

Black with #AF4781

Text Example


Text Example

White with #AF4781

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4781; }

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

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

background-color css

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

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

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

border-color css

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

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

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