Html Css Color HEX #AF4F7A Royal Heath

📋 copy color: '#AF4F7A'

red 175 ◦ green 79 ◦ blue 122

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

Shades of Royal Heath #AF4F7A

Tints of Royal Heath #AF4F7A

RGB

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

 GREEN value IS 79 (31.25% from 255) = 21.01%

 BLUE value IS 122 (48.05% from 255) = 32.45%

R = 46.54%
G = 21.01%
B = 32.45%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.30

 K value IS 0.31

RGB Variations

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

Color information

#AF4F7A (or 0xAF4F7A) is known color: Royal Heath. HEX triplet: AF, 4F and 7A. RGB value is (175,79,122). Sum of RGB (Red+Green+Blue) = 175+79+122=376 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.54% from 376); Green value is 79 (31.25% from 255 or 21.01% from 376); Blue value is 122 (48.05% from 255 or 32.45% from 376); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4F7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF4F7A is #50B085. Grayscale: #707070. Windows color (decimal): -5288070 or 8015791. OLE color: 8015791.

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

Color convert

RGB 175 79 122 -
CMYK 0 0.55 0.30 0.31
HSL 333.13º 0.38% 0.5% -
HSV(B) 333.13º 0.55% 0.69% -
XYZ 23.99 16.11 20.26 -
YUV 112.61 133.3 172.5 -
System Red Green Blue C M Y K H S L
Decimal 175 79 122 0 0.55 0.30 0.31 333.13 0.38 0.5
Hex AF 4F 7A 0 37 1E 1F 14D 26 32
Octal 257 117 172 0 67 36 37 515 46 62
Binary 10101111 1001111 1111010 0 110111 11110 11111 101001101 100110 110010

Color Harmonies of #AF4F7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4F7A

Black with #AF4F7A

Text Example


Text Example

White with #AF4F7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4F7A; }

 p { color: rgb(175,79,122); }

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

background-color css

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

 a { background-color: rgb(175,79,122); }

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

border-color css

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

 span { border-color: rgb(175,79,122); }

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