Html Css Color HEX #AF4A78 Royal Heath

📋 copy color: '#AF4A78'

red 175 ◦ green 74 ◦ blue 120

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

Shades of Royal Heath #AF4A78

Tints of Royal Heath #AF4A78

RGB

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

 GREEN value IS 74 (29.3% from 255) = 20.05%

 BLUE value IS 120 (47.27% from 255) = 32.52%

R = 47.43%
G = 20.05%
B = 32.52%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.31

 K value IS 0.31

RGB Variations

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

Color information

#AF4A78 (or 0xAF4A78) is known color: Royal Heath. HEX triplet: AF, 4A and 78. RGB value is (175,74,120). Sum of RGB (Red+Green+Blue) = 175+74+120=369 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.43% from 369); Green value is 74 (29.30% from 255 or 20.05% from 369); Blue value is 120 (47.27% from 255 or 32.52% from 369); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4A78 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF4A78 is #50B587. Grayscale: #6D6D6D. Windows color (decimal): -5289352 or 7883439. OLE color: 7883439.

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

Color convert

RGB 175 74 120 -
CMYK 0 0.58 0.31 0.31
HSL 332.67º 0.41% 0.49% -
HSV(B) 332.67º 0.58% 0.69% -
XYZ 23.52 15.37 19.5 -
YUV 109.44 133.96 174.76 -
System Red Green Blue C M Y K H S L
Decimal 175 74 120 0 0.58 0.31 0.31 332.67 0.41 0.49
Hex AF 4A 78 0 3A 1F 1F 14D 29 31
Octal 257 112 170 0 72 37 37 515 51 61
Binary 10101111 1001010 1111000 0 111010 11111 11111 101001101 101001 110001

Color Harmonies of #AF4A78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4A78

Black with #AF4A78

Text Example


Text Example

White with #AF4A78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4A78; }

 p { color: rgb(175,74,120); }

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

background-color css

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

 a { background-color: rgb(175,74,120); }

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

border-color css

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

 span { border-color: rgb(175,74,120); }

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