Html Css Color HEX #AF3874 Royal Heath

📋 copy color: '#AF3874'

red 175 ◦ green 56 ◦ blue 116

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

Shades of Royal Heath #AF3874

Tints of Royal Heath #AF3874

RGB

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

 GREEN value IS 56 (22.27% from 255) = 16.14%

 BLUE value IS 116 (45.7% from 255) = 33.43%

R = 50.43%
G = 16.14%
B = 33.43%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.34

 K value IS 0.31

RGB Variations

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

Color information

#AF3874 (or 0xAF3874) is known color: Royal Heath. HEX triplet: AF, 38 and 74. RGB value is (175,56,116). Sum of RGB (Red+Green+Blue) = 175+56+116=347 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.43% from 347); Green value is 56 (22.27% from 255 or 16.14% from 347); Blue value is 116 (45.70% from 255 or 33.43% from 347); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3874 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF3874 is #50C78B. Grayscale: #626262. Windows color (decimal): -5293964 or 7616687. OLE color: 7616687.

HSL color Cylindrical-coordinate representation of color #AF3874: hue angle of 329.75º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AF3874 is Cyan = 0, Magento = 0.68, Yellow = 0.34 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 56 116 -
CMYK 0 0.68 0.34 0.31
HSL 329.75º 0.52% 0.45% -
HSV(B) 329.75º 0.68% 0.69% -
XYZ 22.25 13.2 17.9 -
YUV 98.42 137.92 182.62 -
System Red Green Blue C M Y K H S L
Decimal 175 56 116 0 0.68 0.34 0.31 329.75 0.52 0.45
Hex AF 38 74 0 44 22 1F 14A 34 2D
Octal 257 70 164 0 104 42 37 512 64 55
Binary 10101111 111000 1110100 0 1000100 100010 11111 101001010 110100 101101

Color Harmonies of #AF3874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3874

Black with #AF3874

Text Example


Text Example

White with #AF3874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3874; }

 p { color: rgb(175,56,116); }

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

background-color css

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

 a { background-color: rgb(175,56,116); }

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

border-color css

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

 span { border-color: rgb(175,56,116); }

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