Html Css Color HEX #AF467A Royal Heath

📋 copy color: '#AF467A'

red 175 ◦ green 70 ◦ blue 122

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

Shades of Royal Heath #AF467A

Tints of Royal Heath #AF467A

RGB

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

 GREEN value IS 70 (27.73% from 255) = 19.07%

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

R = 47.68%
G = 19.07%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.30

 K value IS 0.31

RGB Variations

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

Color information

#AF467A (or 0xAF467A) is known color: Royal Heath. HEX triplet: AF, 46 and 7A. RGB value is (175,70,122). Sum of RGB (Red+Green+Blue) = 175+70+122=367 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.68% from 367); Green value is 70 (27.73% from 255 or 19.07% from 367); Blue value is 122 (48.05% from 255 or 33.24% from 367); Max value from RGB is 175 - color contains mainly: red. Hex color #AF467A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF467A is #50B985. Grayscale: #6B6B6B. Windows color (decimal): -5290374 or 8013487. OLE color: 8013487.

HSL color Cylindrical-coordinate representation of color #AF467A: hue angle of 330.29º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AF467A is Cyan = 0, Magento = 0.60, Yellow = 0.30 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 70 122 -
CMYK 0 0.60 0.30 0.31
HSL 330.29º 0.43% 0.48% -
HSV(B) 330.29º 0.6% 0.69% -
XYZ 23.38 14.9 20.06 -
YUV 107.32 136.29 176.27 -
System Red Green Blue C M Y K H S L
Decimal 175 70 122 0 0.60 0.30 0.31 330.29 0.43 0.48
Hex AF 46 7A 0 3C 1E 1F 14A 2B 30
Octal 257 106 172 0 74 36 37 512 53 60
Binary 10101111 1000110 1111010 0 111100 11110 11111 101001010 101011 110000

Color Harmonies of #AF467A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF467A

Black with #AF467A

Text Example


Text Example

White with #AF467A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF467A; }

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

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

background-color css

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

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

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

border-color css

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

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

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