Html Css Color HEX #A64F75 Royal Heath

📋 copy color: '#A64F75'

red 166 ◦ green 79 ◦ blue 117

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

Shades of Royal Heath #A64F75

Tints of Royal Heath #A64F75

RGB

 RED value IS 166 (65.23% from 255) = 45.86%

 GREEN value IS 79 (31.25% from 255) = 21.82%

 BLUE value IS 117 (46.09% from 255) = 32.32%

R = 45.86%
G = 21.82%
B = 32.32%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.30

 K value IS 0.35

RGB Variations

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

Color information

#A64F75 (or 0xA64F75) is known color: Royal Heath. HEX triplet: A6, 4F and 75. RGB value is (166,79,117). Sum of RGB (Red+Green+Blue) = 166+79+117=362 (47% of max value = 765). Red value is 166 (65.23% from 255 or 45.86% from 362); Green value is 79 (31.25% from 255 or 21.82% from 362); Blue value is 117 (46.09% from 255 or 32.32% from 362); Max value from RGB is 166 - color contains mainly: red. Hex color #A64F75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A64F75 is #59B08A. Grayscale: #6D6D6D. Windows color (decimal): -5877899 or 7688102. OLE color: 7688102.

HSL color Cylindrical-coordinate representation of color #A64F75: hue angle of 333.79º degrees, saturation: 0.36, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A64F75 is Cyan = 0, Magento = 0.52, Yellow = 0.30 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 79 117 -
CMYK 0 0.52 0.30 0.35
HSL 333.79º 0.36% 0.48% -
HSV(B) 333.79º 0.52% 0.65% -
XYZ 21.73 14.98 18.58 -
YUV 109.35 132.32 168.41 -
System Red Green Blue C M Y K H S L
Decimal 166 79 117 0 0.52 0.30 0.35 333.79 0.36 0.48
Hex A6 4F 75 0 34 1E 23 14E 24 30
Octal 246 117 165 0 64 36 43 516 44 60
Binary 10100110 1001111 1110101 0 110100 11110 100011 101001110 100100 110000

Color Harmonies of #A64F75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64F75

Black with #A64F75

Text Example


Text Example

White with #A64F75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64F75; }

 p { color: rgb(166,79,117); }

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

background-color css

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

 a { background-color: rgb(166,79,117); }

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

border-color css

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

 span { border-color: rgb(166,79,117); }

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