Html Css Color HEX #AF4A7A Royal Heath

📋 copy color: '#AF4A7A'

red 175 ◦ green 74 ◦ blue 122

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

Shades of Royal Heath #AF4A7A

Tints of Royal Heath #AF4A7A

RGB

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

 GREEN value IS 74 (29.3% from 255) = 19.95%

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

R = 47.17%
G = 19.95%
B = 32.88%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.30

 K value IS 0.31

RGB Variations

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

Color information

#AF4A7A (or 0xAF4A7A) is known color: Royal Heath. HEX triplet: AF, 4A and 7A. RGB value is (175,74,122). Sum of RGB (Red+Green+Blue) = 175+74+122=371 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.17% from 371); Green value is 74 (29.30% from 255 or 19.95% from 371); Blue value is 122 (48.05% from 255 or 32.88% from 371); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4A7A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF4A7A is #50B585. Grayscale: #6D6D6D. Windows color (decimal): -5289350 or 8014511. OLE color: 8014511.

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

Color convert

RGB 175 74 122 -
CMYK 0 0.58 0.30 0.31
HSL 331.49º 0.41% 0.49% -
HSV(B) 331.49º 0.58% 0.69% -
XYZ 23.64 15.42 20.14 -
YUV 109.67 134.96 174.6 -
System Red Green Blue C M Y K H S L
Decimal 175 74 122 0 0.58 0.30 0.31 331.49 0.41 0.49
Hex AF 4A 7A 0 3A 1E 1F 14B 29 31
Octal 257 112 172 0 72 36 37 513 51 61
Binary 10101111 1001010 1111010 0 111010 11110 11111 101001011 101001 110001

Color Harmonies of #AF4A7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4A7A

Black with #AF4A7A

Text Example


Text Example

White with #AF4A7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4A7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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