Html Css Color HEX #AF417B Royal Heath

📋 copy color: '#AF417B'

red 175 ◦ green 65 ◦ blue 123

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

Shades of Royal Heath #AF417B

Tints of Royal Heath #AF417B

RGB

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

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

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

R = 48.21%
G = 17.91%
B = 33.88%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.30

 K value IS 0.31

RGB Variations

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

Color information

#AF417B (or 0xAF417B) is known color: Royal Heath. HEX triplet: AF, 41 and 7B. RGB value is (175,65,123). Sum of RGB (Red+Green+Blue) = 175+65+123=363 (48% of max value = 765). Red value is 175 (68.75% from 255 or 48.21% from 363); Green value is 65 (25.78% from 255 or 17.91% from 363); Blue value is 123 (48.44% from 255 or 33.88% from 363); Max value from RGB is 175 - color contains mainly: red. Hex color #AF417B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF417B is #50BE84. Grayscale: #686868. Windows color (decimal): -5291653 or 8077743. OLE color: 8077743.

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

Color convert

RGB 175 65 123 -
CMYK 0 0.63 0.30 0.31
HSL 328.36º 0.46% 0.47% -
HSV(B) 328.36º 0.63% 0.69% -
XYZ 23.14 14.32 20.28 -
YUV 104.5 138.44 178.28 -
System Red Green Blue C M Y K H S L
Decimal 175 65 123 0 0.63 0.30 0.31 328.36 0.46 0.47
Hex AF 41 7B 0 3F 1E 1F 148 2E 2F
Octal 257 101 173 0 77 36 37 510 56 57
Binary 10101111 1000001 1111011 0 111111 11110 11111 101001000 101110 101111

Color Harmonies of #AF417B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF417B

Black with #AF417B

Text Example


Text Example

White with #AF417B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF417B; }

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

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

background-color css

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

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

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

border-color css

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

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

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