Html Css Color HEX #AF407B Royal Heath

📋 copy color: '#AF407B'

red 175 ◦ green 64 ◦ blue 123

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

Shades of Royal Heath #AF407B

Tints of Royal Heath #AF407B

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.68%

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

R = 48.34%
G = 17.68%
B = 33.98%

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

#AF407B (or 0xAF407B) is known color: Royal Heath. HEX triplet: AF, 40 and 7B. RGB value is (175,64,123). Sum of RGB (Red+Green+Blue) = 175+64+123=362 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.34% from 362); Green value is 64 (25.39% from 255 or 17.68% from 362); Blue value is 123 (48.44% from 255 or 33.98% from 362); Max value from RGB is 175 - color contains mainly: red. Hex color #AF407B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF407B is #50BF84. Grayscale: #676767. Windows color (decimal): -5291909 or 8077487. OLE color: 8077487.

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

Color convert

RGB 175 64 123 -
CMYK 0 0.63 0.30 0.31
HSL 328.11º 0.46% 0.47% -
HSV(B) 328.11º 0.63% 0.69% -
XYZ 23.09 14.21 20.26 -
YUV 103.92 138.77 178.7 -
System Red Green Blue C M Y K H S L
Decimal 175 64 123 0 0.63 0.30 0.31 328.11 0.46 0.47
Hex AF 40 7B 0 3F 1E 1F 148 2E 2F
Octal 257 100 173 0 77 36 37 510 56 57
Binary 10101111 1000000 1111011 0 111111 11110 11111 101001000 101110 101111

Color Harmonies of #AF407B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF407B

Black with #AF407B

Text Example


Text Example

White with #AF407B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF407B; }

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

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

background-color css

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

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

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

border-color css

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

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

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