Html Css Color HEX #A65875 Royal Heath

📋 copy color: '#A65875'

red 166 ◦ green 88 ◦ blue 117

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

Shades of Royal Heath #A65875

Tints of Royal Heath #A65875

RGB

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

 GREEN value IS 88 (34.77% from 255) = 23.72%

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

R = 44.74%
G = 23.72%
B = 31.54%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.30

 K value IS 0.35

RGB Variations

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

Color information

#A65875 (or 0xA65875) is known color: Royal Heath. HEX triplet: A6, 58 and 75. RGB value is (166,88,117). Sum of RGB (Red+Green+Blue) = 166+88+117=371 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.74% from 371); Green value is 88 (34.77% from 255 or 23.72% from 371); Blue value is 117 (46.09% from 255 or 31.54% from 371); Max value from RGB is 166 - color contains mainly: red. Hex color #A65875 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A65875 is #59A78A. Grayscale: #727272. Windows color (decimal): -5875595 or 7690406. OLE color: 7690406.

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

Color convert

RGB 166 88 117 -
CMYK 0 0.47 0.30 0.35
HSL 337.69º 0.31% 0.5% -
HSV(B) 337.69º 0.47% 0.65% -
XYZ 22.43 16.37 18.81 -
YUV 114.63 129.34 164.64 -
System Red Green Blue C M Y K H S L
Decimal 166 88 117 0 0.47 0.30 0.35 337.69 0.31 0.5
Hex A6 58 75 0 2F 1E 23 152 1F 32
Octal 246 130 165 0 57 36 43 522 37 62
Binary 10100110 1011000 1110101 0 101111 11110 100011 101010010 11111 110010

Color Harmonies of #A65875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65875

Black with #A65875

Text Example


Text Example

White with #A65875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65875; }

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

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

background-color css

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

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

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

border-color css

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

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

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