Html Css Color HEX #A2507E Royal Heath

📋 copy color: '#A2507E'

red 162 ◦ green 80 ◦ blue 126

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

Shades of Royal Heath #A2507E

Tints of Royal Heath #A2507E

RGB

 RED value IS 162 (63.67% from 255) = 44.02%

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

 BLUE value IS 126 (49.61% from 255) = 34.24%

R = 44.02%
G = 21.74%
B = 34.24%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.22

 K value IS 0.36

RGB Variations

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

Color information

#A2507E (or 0xA2507E) is known color: Royal Heath. HEX triplet: A2, 50 and 7E. RGB value is (162,80,126). Sum of RGB (Red+Green+Blue) = 162+80+126=368 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.02% from 368); Green value is 80 (31.64% from 255 or 21.74% from 368); Blue value is 126 (49.61% from 255 or 34.24% from 368); Max value from RGB is 162 - color contains mainly: red. Hex color #A2507E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2507E is #5DAF81. Grayscale: #6D6D6D. Windows color (decimal): -6139778 or 8278178. OLE color: 8278178.

HSL color Cylindrical-coordinate representation of color #A2507E: hue angle of 326.34º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A2507E is Cyan = 0, Magento = 0.51, Yellow = 0.22 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 80 126 -
CMYK 0 0.51 0.22 0.36
HSL 326.34º 0.34% 0.47% -
HSV(B) 326.34º 0.51% 0.64% -
XYZ 21.53 14.93 21.48 -
YUV 109.76 137.17 165.26 -
System Red Green Blue C M Y K H S L
Decimal 162 80 126 0 0.51 0.22 0.36 326.34 0.34 0.47
Hex A2 50 7E 0 33 16 24 146 22 2F
Octal 242 120 176 0 63 26 44 506 42 57
Binary 10100010 1010000 1111110 0 110011 10110 100100 101000110 100010 101111

Color Harmonies of #A2507E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2507E

Black with #A2507E

Text Example


Text Example

White with #A2507E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2507E; }

 p { color: rgb(162,80,126); }

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

background-color css

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

 a { background-color: rgb(162,80,126); }

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

border-color css

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

 span { border-color: rgb(162,80,126); }

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