Html Css Color HEX #A2507D Royal Heath

📋 copy color: '#A2507D'

red 162 ◦ green 80 ◦ blue 125

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

Shades of Royal Heath #A2507D

Tints of Royal Heath #A2507D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 34.06%

R = 44.14%
G = 21.8%
B = 34.06%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.23

 K value IS 0.36

RGB Variations

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

Color information

#A2507D (or 0xA2507D) is known color: Royal Heath. HEX triplet: A2, 50 and 7D. RGB value is (162,80,125). Sum of RGB (Red+Green+Blue) = 162+80+125=367 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.14% from 367); Green value is 80 (31.64% from 255 or 21.80% from 367); Blue value is 125 (49.22% from 255 or 34.06% from 367); Max value from RGB is 162 - color contains mainly: red. Hex color #A2507D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2507D is #5DAF82. Grayscale: #6D6D6D. Windows color (decimal): -6139779 or 8212642. OLE color: 8212642.

HSL color Cylindrical-coordinate representation of color #A2507D: hue angle of 327.07º 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 #A2507D is Cyan = 0, Magento = 0.51, Yellow = 0.23 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 80 125 -
CMYK 0 0.51 0.23 0.36
HSL 327.07º 0.34% 0.47% -
HSV(B) 327.07º 0.51% 0.64% -
XYZ 21.47 14.9 21.15 -
YUV 109.65 136.67 165.34 -
System Red Green Blue C M Y K H S L
Decimal 162 80 125 0 0.51 0.23 0.36 327.07 0.34 0.47
Hex A2 50 7D 0 33 17 24 147 22 2F
Octal 242 120 175 0 63 27 44 507 42 57
Binary 10100010 1010000 1111101 0 110011 10111 100100 101000111 100010 101111

Color Harmonies of #A2507D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2507D

Black with #A2507D

Text Example


Text Example

White with #A2507D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2507D; }

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

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

background-color css

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

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

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

border-color css

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

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

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