Html Css Color HEX #AF4D7A Royal Heath

📋 copy color: '#AF4D7A'

red 175 ◦ green 77 ◦ blue 122

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

Shades of Royal Heath #AF4D7A

Tints of Royal Heath #AF4D7A

RGB

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

 GREEN value IS 77 (30.47% from 255) = 20.59%

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

R = 46.79%
G = 20.59%
B = 32.62%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.30

 K value IS 0.31

RGB Variations

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

Color information

#AF4D7A (or 0xAF4D7A) is known color: Royal Heath. HEX triplet: AF, 4D and 7A. RGB value is (175,77,122). Sum of RGB (Red+Green+Blue) = 175+77+122=374 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.79% from 374); Green value is 77 (30.47% from 255 or 20.59% from 374); Blue value is 122 (48.05% from 255 or 32.62% from 374); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4D7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF4D7A is #50B285. Grayscale: #6F6F6F. Windows color (decimal): -5288582 or 8015279. OLE color: 8015279.

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

Color convert

RGB 175 77 122 -
CMYK 0 0.56 0.30 0.31
HSL 332.45º 0.39% 0.49% -
HSV(B) 332.45º 0.56% 0.69% -
XYZ 23.85 15.83 20.21 -
YUV 111.43 133.97 173.34 -
System Red Green Blue C M Y K H S L
Decimal 175 77 122 0 0.56 0.30 0.31 332.45 0.39 0.49
Hex AF 4D 7A 0 38 1E 1F 14C 27 31
Octal 257 115 172 0 70 36 37 514 47 61
Binary 10101111 1001101 1111010 0 111000 11110 11111 101001100 100111 110001

Color Harmonies of #AF4D7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4D7A

Black with #AF4D7A

Text Example


Text Example

White with #AF4D7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4D7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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