Html Css Color HEX #AF457A Royal Heath

📋 copy color: '#AF457A'

red 175 ◦ green 69 ◦ blue 122

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

Shades of Royal Heath #AF457A

Tints of Royal Heath #AF457A

RGB

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

 GREEN value IS 69 (27.34% from 255) = 18.85%

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

R = 47.81%
G = 18.85%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.30

 K value IS 0.31

RGB Variations

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

Color information

#AF457A (or 0xAF457A) is known color: Royal Heath. HEX triplet: AF, 45 and 7A. RGB value is (175,69,122). Sum of RGB (Red+Green+Blue) = 175+69+122=366 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.81% from 366); Green value is 69 (27.34% from 255 or 18.85% from 366); Blue value is 122 (48.05% from 255 or 33.33% from 366); Max value from RGB is 175 - color contains mainly: red. Hex color #AF457A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF457A is #50BA85. Grayscale: #6A6A6A. Windows color (decimal): -5290630 or 8013231. OLE color: 8013231.

HSL color Cylindrical-coordinate representation of color #AF457A: hue angle of 330º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AF457A is Cyan = 0, Magento = 0.61, Yellow = 0.30 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 69 122 -
CMYK 0 0.61 0.30 0.31
HSL 330º 0.43% 0.48% -
HSV(B) 330º 0.61% 0.69% -
XYZ 23.32 14.78 20.04 -
YUV 106.74 136.62 176.69 -
System Red Green Blue C M Y K H S L
Decimal 175 69 122 0 0.61 0.30 0.31 330 0.43 0.48
Hex AF 45 7A 0 3D 1E 1F 14A 2B 30
Octal 257 105 172 0 75 36 37 512 53 60
Binary 10101111 1000101 1111010 0 111101 11110 11111 101001010 101011 110000

Color Harmonies of #AF457A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF457A

Black with #AF457A

Text Example


Text Example

White with #AF457A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF457A; }

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

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

background-color css

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

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

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

border-color css

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

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

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