Html Css Color HEX #AF417C Royal Heath

📋 copy color: '#AF417C'

red 175 ◦ green 65 ◦ blue 124

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

Shades of Royal Heath #AF417C

Tints of Royal Heath #AF417C

RGB

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

 GREEN value IS 65 (25.78% from 255) = 17.86%

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

R = 48.08%
G = 17.86%
B = 34.07%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.29

 K value IS 0.31

RGB Variations

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

Color information

#AF417C (or 0xAF417C) is known color: Royal Heath. HEX triplet: AF, 41 and 7C. RGB value is (175,65,124). Sum of RGB (Red+Green+Blue) = 175+65+124=364 (48% of max value = 765). Red value is 175 (68.75% from 255 or 48.08% from 364); Green value is 65 (25.78% from 255 or 17.86% from 364); Blue value is 124 (48.83% from 255 or 34.07% from 364); Max value from RGB is 175 - color contains mainly: red. Hex color #AF417C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF417C is #50BE83. Grayscale: #686868. Windows color (decimal): -5291652 or 8143279. OLE color: 8143279.

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

Color convert

RGB 175 65 124 -
CMYK 0 0.63 0.29 0.31
HSL 327.82º 0.46% 0.47% -
HSV(B) 327.82º 0.63% 0.69% -
XYZ 23.21 14.35 20.62 -
YUV 104.62 138.94 178.2 -
System Red Green Blue C M Y K H S L
Decimal 175 65 124 0 0.63 0.29 0.31 327.82 0.46 0.47
Hex AF 41 7C 0 3F 1D 1F 148 2E 2F
Octal 257 101 174 0 77 35 37 510 56 57
Binary 10101111 1000001 1111100 0 111111 11101 11111 101001000 101110 101111

Color Harmonies of #AF417C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF417C

Black with #AF417C

Text Example


Text Example

White with #AF417C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF417C; }

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

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

background-color css

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

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

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

border-color css

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

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

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