Html Css Color HEX #AF427C Royal Heath

📋 copy color: '#AF427C'

red 175 ◦ green 66 ◦ blue 124

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

Shades of Royal Heath #AF427C

Tints of Royal Heath #AF427C

RGB

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

 GREEN value IS 66 (26.17% from 255) = 18.08%

 BLUE value IS 124 (48.83% from 255) = 33.97%

R = 47.95%
G = 18.08%
B = 33.97%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.29

 K value IS 0.31

RGB Variations

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

Color information

#AF427C (or 0xAF427C) is known color: Royal Heath. HEX triplet: AF, 42 and 7C. RGB value is (175,66,124). Sum of RGB (Red+Green+Blue) = 175+66+124=365 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.95% from 365); Green value is 66 (26.17% from 255 or 18.08% from 365); Blue value is 124 (48.83% from 255 or 33.97% from 365); Max value from RGB is 175 - color contains mainly: red. Hex color #AF427C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF427C is #50BD83. Grayscale: #696969. Windows color (decimal): -5291396 or 8143535. OLE color: 8143535.

HSL color Cylindrical-coordinate representation of color #AF427C: hue angle of 328.07º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AF427C is Cyan = 0, Magento = 0.62, Yellow = 0.29 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 66 124 -
CMYK 0 0.62 0.29 0.31
HSL 328.07º 0.45% 0.47% -
HSV(B) 328.07º 0.62% 0.69% -
XYZ 23.27 14.47 20.63 -
YUV 105.2 138.61 177.78 -
System Red Green Blue C M Y K H S L
Decimal 175 66 124 0 0.62 0.29 0.31 328.07 0.45 0.47
Hex AF 42 7C 0 3E 1D 1F 148 2D 2F
Octal 257 102 174 0 76 35 37 510 55 57
Binary 10101111 1000010 1111100 0 111110 11101 11111 101001000 101101 101111

Color Harmonies of #AF427C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF427C

Black with #AF427C

Text Example


Text Example

White with #AF427C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF427C; }

 p { color: rgb(175,66,124); }

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

background-color css

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

 a { background-color: rgb(175,66,124); }

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

border-color css

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

 span { border-color: rgb(175,66,124); }

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