Html Css Color HEX #AF4A7C Royal Heath

📋 copy color: '#AF4A7C'

red 175 ◦ green 74 ◦ blue 124

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

Shades of Royal Heath #AF4A7C

Tints of Royal Heath #AF4A7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 33.24%

R = 46.92%
G = 19.84%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.29

 K value IS 0.31

RGB Variations

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

Color information

#AF4A7C (or 0xAF4A7C) is known color: Royal Heath. HEX triplet: AF, 4A and 7C. RGB value is (175,74,124). Sum of RGB (Red+Green+Blue) = 175+74+124=373 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.92% from 373); Green value is 74 (29.30% from 255 or 19.84% from 373); Blue value is 124 (48.83% from 255 or 33.24% from 373); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4A7C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF4A7C is #50B583. Grayscale: #6D6D6D. Windows color (decimal): -5289348 or 8145583. OLE color: 8145583.

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

Color convert

RGB 175 74 124 -
CMYK 0 0.58 0.29 0.31
HSL 330.3º 0.41% 0.49% -
HSV(B) 330.3º 0.58% 0.69% -
XYZ 23.77 15.47 20.8 -
YUV 109.9 135.96 174.43 -
System Red Green Blue C M Y K H S L
Decimal 175 74 124 0 0.58 0.29 0.31 330.3 0.41 0.49
Hex AF 4A 7C 0 3A 1D 1F 14A 29 31
Octal 257 112 174 0 72 35 37 512 51 61
Binary 10101111 1001010 1111100 0 111010 11101 11111 101001010 101001 110001

Color Harmonies of #AF4A7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4A7C

Black with #AF4A7C

Text Example


Text Example

White with #AF4A7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4A7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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