Html Css Color HEX #AF4E7B Royal Heath

📋 copy color: '#AF4E7B'

red 175 ◦ green 78 ◦ blue 123

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

Shades of Royal Heath #AF4E7B

Tints of Royal Heath #AF4E7B

RGB

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

 GREEN value IS 78 (30.86% from 255) = 20.74%

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

R = 46.54%
G = 20.74%
B = 32.71%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.30

 K value IS 0.31

RGB Variations

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

Color information

#AF4E7B (or 0xAF4E7B) is known color: Royal Heath. HEX triplet: AF, 4E and 7B. RGB value is (175,78,123). Sum of RGB (Red+Green+Blue) = 175+78+123=376 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.54% from 376); Green value is 78 (30.86% from 255 or 20.74% from 376); Blue value is 123 (48.44% from 255 or 32.71% from 376); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4E7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF4E7B is #50B184. Grayscale: #707070. Windows color (decimal): -5288325 or 8081071. OLE color: 8081071.

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

Color convert

RGB 175 78 123 -
CMYK 0 0.55 0.30 0.31
HSL 332.16º 0.38% 0.5% -
HSV(B) 332.16º 0.55% 0.69% -
XYZ 23.98 15.99 20.56 -
YUV 112.13 134.14 172.84 -
System Red Green Blue C M Y K H S L
Decimal 175 78 123 0 0.55 0.30 0.31 332.16 0.38 0.5
Hex AF 4E 7B 0 37 1E 1F 14C 26 32
Octal 257 116 173 0 67 36 37 514 46 62
Binary 10101111 1001110 1111011 0 110111 11110 11111 101001100 100110 110010

Color Harmonies of #AF4E7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4E7B

Black with #AF4E7B

Text Example


Text Example

White with #AF4E7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4E7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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