Html Css Color HEX #AF427A Royal Heath

📋 copy color: '#AF427A'

red 175 ◦ green 66 ◦ blue 122

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

Shades of Royal Heath #AF427A

Tints of Royal Heath #AF427A

RGB

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

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

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

R = 48.21%
G = 18.18%
B = 33.61%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.30

 K value IS 0.31

RGB Variations

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

Color information

#AF427A (or 0xAF427A) is known color: Royal Heath. HEX triplet: AF, 42 and 7A. RGB value is (175,66,122). Sum of RGB (Red+Green+Blue) = 175+66+122=363 (48% of max value = 765). Red value is 175 (68.75% from 255 or 48.21% from 363); Green value is 66 (26.17% from 255 or 18.18% from 363); Blue value is 122 (48.05% from 255 or 33.61% from 363); Max value from RGB is 175 - color contains mainly: red. Hex color #AF427A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF427A is #50BD85. Grayscale: #686868. Windows color (decimal): -5291398 or 8012463. OLE color: 8012463.

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

Color convert

RGB 175 66 122 -
CMYK 0 0.62 0.30 0.31
HSL 329.17º 0.45% 0.47% -
HSV(B) 329.17º 0.62% 0.69% -
XYZ 23.14 14.42 19.98 -
YUV 104.98 137.61 177.95 -
System Red Green Blue C M Y K H S L
Decimal 175 66 122 0 0.62 0.30 0.31 329.17 0.45 0.47
Hex AF 42 7A 0 3E 1E 1F 149 2D 2F
Octal 257 102 172 0 76 36 37 511 55 57
Binary 10101111 1000010 1111010 0 111110 11110 11111 101001001 101101 101111

Color Harmonies of #AF427A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF427A

Black with #AF427A

Text Example


Text Example

White with #AF427A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF427A; }

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

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

background-color css

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

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

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

border-color css

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

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

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