Html Css Color HEX #AF567B Royal Heath

📋 copy color: '#AF567B'

red 175 ◦ green 86 ◦ blue 123

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

Shades of Royal Heath #AF567B

Tints of Royal Heath #AF567B

RGB

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

 GREEN value IS 86 (33.98% from 255) = 22.4%

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

R = 45.57%
G = 22.4%
B = 32.03%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.30

 K value IS 0.31

RGB Variations

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

Color information

#AF567B (or 0xAF567B) is known color: Royal Heath. HEX triplet: AF, 56 and 7B. RGB value is (175,86,123). Sum of RGB (Red+Green+Blue) = 175+86+123=384 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.57% from 384); Green value is 86 (33.98% from 255 or 22.40% from 384); Blue value is 123 (48.44% from 255 or 32.03% from 384); Max value from RGB is 175 - color contains mainly: red. Hex color #AF567B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF567B is #50A984. Grayscale: #747474. Windows color (decimal): -5286277 or 8083119. OLE color: 8083119.

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

Color convert

RGB 175 86 123 -
CMYK 0 0.51 0.30 0.31
HSL 335.06º 0.36% 0.51% -
HSV(B) 335.06º 0.51% 0.69% -
XYZ 24.58 17.2 20.76 -
YUV 116.83 131.49 169.49 -
System Red Green Blue C M Y K H S L
Decimal 175 86 123 0 0.51 0.30 0.31 335.06 0.36 0.51
Hex AF 56 7B 0 33 1E 1F 14F 24 33
Octal 257 126 173 0 63 36 37 517 44 63
Binary 10101111 1010110 1111011 0 110011 11110 11111 101001111 100100 110011

Color Harmonies of #AF567B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF567B

Black with #AF567B

Text Example


Text Example

White with #AF567B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF567B; }

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

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

background-color css

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

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

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

border-color css

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

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

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