Html Css Color HEX #AF467B Royal Heath

📋 copy color: '#AF467B'

red 175 ◦ green 70 ◦ blue 123

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

Shades of Royal Heath #AF467B

Tints of Royal Heath #AF467B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 33.42%

R = 47.55%
G = 19.02%
B = 33.42%

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

#AF467B (or 0xAF467B) is known color: Royal Heath. HEX triplet: AF, 46 and 7B. RGB value is (175,70,123). Sum of RGB (Red+Green+Blue) = 175+70+123=368 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.55% from 368); Green value is 70 (27.73% from 255 or 19.02% from 368); Blue value is 123 (48.44% from 255 or 33.42% from 368); Max value from RGB is 175 - color contains mainly: red. Hex color #AF467B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF467B is #50B984. Grayscale: #6B6B6B. Windows color (decimal): -5290373 or 8079023. OLE color: 8079023.

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

Color convert

RGB 175 70 123 -
CMYK 0 0.60 0.30 0.31
HSL 329.71º 0.43% 0.48% -
HSV(B) 329.71º 0.6% 0.69% -
XYZ 23.44 14.92 20.38 -
YUV 107.44 136.79 176.19 -
System Red Green Blue C M Y K H S L
Decimal 175 70 123 0 0.60 0.30 0.31 329.71 0.43 0.48
Hex AF 46 7B 0 3C 1E 1F 14A 2B 30
Octal 257 106 173 0 74 36 37 512 53 60
Binary 10101111 1000110 1111011 0 111100 11110 11111 101001010 101011 110000

Color Harmonies of #AF467B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF467B

Black with #AF467B

Text Example


Text Example

White with #AF467B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF467B; }

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

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

background-color css

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

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

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

border-color css

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

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

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