Html Css Color HEX #AF407A Royal Heath

📋 copy color: '#AF407A'

red 175 ◦ green 64 ◦ blue 122

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

Shades of Royal Heath #AF407A

Tints of Royal Heath #AF407A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 33.8%

R = 48.48%
G = 17.73%
B = 33.8%

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

#AF407A (or 0xAF407A) is known color: Royal Heath. HEX triplet: AF, 40 and 7A. RGB value is (175,64,122). Sum of RGB (Red+Green+Blue) = 175+64+122=361 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.48% from 361); Green value is 64 (25.39% from 255 or 17.73% from 361); Blue value is 122 (48.05% from 255 or 33.80% from 361); Max value from RGB is 175 - color contains mainly: red. Hex color #AF407A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF407A is #50BF85. Grayscale: #676767. Windows color (decimal): -5291910 or 8011951. OLE color: 8011951.

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

Color convert

RGB 175 64 122 -
CMYK 0 0.63 0.30 0.31
HSL 328.65º 0.46% 0.47% -
HSV(B) 328.65º 0.63% 0.69% -
XYZ 23.03 14.19 19.94 -
YUV 103.8 138.27 178.78 -
System Red Green Blue C M Y K H S L
Decimal 175 64 122 0 0.63 0.30 0.31 328.65 0.46 0.47
Hex AF 40 7A 0 3F 1E 1F 149 2E 2F
Octal 257 100 172 0 77 36 37 511 56 57
Binary 10101111 1000000 1111010 0 111111 11110 11111 101001001 101110 101111

Color Harmonies of #AF407A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF407A

Black with #AF407A

Text Example


Text Example

White with #AF407A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF407A; }

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

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

background-color css

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

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

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

border-color css

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

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

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