Html Css Color HEX #AF4B7A Royal Heath

📋 copy color: '#AF4B7A'

red 175 ◦ green 75 ◦ blue 122

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

Shades of Royal Heath #AF4B7A

Tints of Royal Heath #AF4B7A

RGB

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

 GREEN value IS 75 (29.69% from 255) = 20.16%

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

R = 47.04%
G = 20.16%
B = 32.8%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.30

 K value IS 0.31

RGB Variations

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

Color information

#AF4B7A (or 0xAF4B7A) is known color: Royal Heath. HEX triplet: AF, 4B and 7A. RGB value is (175,75,122). Sum of RGB (Red+Green+Blue) = 175+75+122=372 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.04% from 372); Green value is 75 (29.69% from 255 or 20.16% from 372); Blue value is 122 (48.05% from 255 or 32.80% from 372); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4B7A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF4B7A is #50B485. Grayscale: #6E6E6E. Windows color (decimal): -5289094 or 8014767. OLE color: 8014767.

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

Color convert

RGB 175 75 122 -
CMYK 0 0.57 0.30 0.31
HSL 331.8º 0.4% 0.49% -
HSV(B) 331.8º 0.57% 0.69% -
XYZ 23.71 15.55 20.16 -
YUV 110.26 134.63 174.18 -
System Red Green Blue C M Y K H S L
Decimal 175 75 122 0 0.57 0.30 0.31 331.8 0.4 0.49
Hex AF 4B 7A 0 39 1E 1F 14C 28 31
Octal 257 113 172 0 71 36 37 514 50 61
Binary 10101111 1001011 1111010 0 111001 11110 11111 101001100 101000 110001

Color Harmonies of #AF4B7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4B7A

Black with #AF4B7A

Text Example


Text Example

White with #AF4B7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4B7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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