Html Css Color HEX #AF4E7A Royal Heath

📋 copy color: '#AF4E7A'

red 175 ◦ green 78 ◦ blue 122

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

Shades of Royal Heath #AF4E7A

Tints of Royal Heath #AF4E7A

RGB

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

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

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

R = 46.67%
G = 20.8%
B = 32.53%

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

#AF4E7A (or 0xAF4E7A) is known color: Royal Heath. HEX triplet: AF, 4E and 7A. RGB value is (175,78,122). Sum of RGB (Red+Green+Blue) = 175+78+122=375 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.67% from 375); Green value is 78 (30.86% from 255 or 20.8% from 375); Blue value is 122 (48.05% from 255 or 32.53% from 375); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4E7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF4E7A is #50B185. Grayscale: #6F6F6F. Windows color (decimal): -5288326 or 8015535. OLE color: 8015535.

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

Color convert

RGB 175 78 122 -
CMYK 0 0.55 0.30 0.31
HSL 332.78º 0.38% 0.5% -
HSV(B) 332.78º 0.55% 0.69% -
XYZ 23.92 15.97 20.23 -
YUV 112.02 133.64 172.92 -
System Red Green Blue C M Y K H S L
Decimal 175 78 122 0 0.55 0.30 0.31 332.78 0.38 0.5
Hex AF 4E 7A 0 37 1E 1F 14D 26 32
Octal 257 116 172 0 67 36 37 515 46 62
Binary 10101111 1001110 1111010 0 110111 11110 11111 101001101 100110 110010

Color Harmonies of #AF4E7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4E7A

Black with #AF4E7A

Text Example


Text Example

White with #AF4E7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4E7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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