Html Css Color HEX #A6507B Royal Heath

📋 copy color: '#A6507B'

red 166 ◦ green 80 ◦ blue 123

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

Shades of Royal Heath #A6507B

Tints of Royal Heath #A6507B

RGB

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

 GREEN value IS 80 (31.64% from 255) = 21.68%

 BLUE value IS 123 (48.44% from 255) = 33.33%

R = 44.99%
G = 21.68%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.26

 K value IS 0.35

RGB Variations

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

Color information

#A6507B (or 0xA6507B) is known color: Royal Heath. HEX triplet: A6, 50 and 7B. RGB value is (166,80,123). Sum of RGB (Red+Green+Blue) = 166+80+123=369 (48% of max value = 765). Red value is 166 (65.23% from 255 or 44.99% from 369); Green value is 80 (31.64% from 255 or 21.68% from 369); Blue value is 123 (48.44% from 255 or 33.33% from 369); Max value from RGB is 166 - color contains mainly: red. Hex color #A6507B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6507B is #59AF84. Grayscale: #6E6E6E. Windows color (decimal): -5877637 or 8081574. OLE color: 8081574.

HSL color Cylindrical-coordinate representation of color #A6507B: hue angle of 330º degrees, saturation: 0.35, 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 #A6507B is Cyan = 0, Magento = 0.52, Yellow = 0.26 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 80 123 -
CMYK 0 0.52 0.26 0.35
HSL 330º 0.35% 0.48% -
HSV(B) 330º 0.52% 0.65% -
XYZ 22.17 15.27 20.52 -
YUV 110.62 134.99 167.5 -
System Red Green Blue C M Y K H S L
Decimal 166 80 123 0 0.52 0.26 0.35 330 0.35 0.48
Hex A6 50 7B 0 34 1A 23 14A 23 30
Octal 246 120 173 0 64 32 43 512 43 60
Binary 10100110 1010000 1111011 0 110100 11010 100011 101001010 100011 110000

Color Harmonies of #A6507B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6507B

Black with #A6507B

Text Example


Text Example

White with #A6507B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6507B; }

 p { color: rgb(166,80,123); }

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

background-color css

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

 a { background-color: rgb(166,80,123); }

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

border-color css

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

 span { border-color: rgb(166,80,123); }

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