Html Css Color HEX #A953E2 Medium Orchid

📋 copy color: '#A953E2'

red 169 ◦ green 83 ◦ blue 226

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

Shades of Medium Orchid #A953E2

Tints of Medium Orchid #A953E2

RGB

 RED value IS 169 (66.41% from 255) = 35.36%

 GREEN value IS 83 (32.81% from 255) = 17.36%

 BLUE value IS 226 (88.67% from 255) = 47.28%

R = 35.36%
G = 17.36%
B = 47.28%

CMYK

 C value IS 0.25

 M value IS 0.63

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#A953E2 (or 0xA953E2) is known color: Medium Orchid. HEX triplet: A9, 53 and E2. RGB value is (169,83,226). Sum of RGB (Red+Green+Blue) = 169+83+226=478 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.36% from 478); Green value is 83 (32.81% from 255 or 17.36% from 478); Blue value is 226 (88.67% from 255 or 47.28% from 478); Max value from RGB is 226 - color contains mainly: blue. Hex color #A953E2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A953E2 is #56AC1D. Grayscale: #7C7C7C. Windows color (decimal): -5680158 or 14832553. OLE color: 14832553.

HSL color Cylindrical-coordinate representation of color #A953E2: hue angle of 276.08º degrees, saturation: 0.71, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A953E2 is Cyan = 0.25, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 169 83 226 -
CMYK 0.25 0.63 0 0.11
HSL 276.08º 0.71% 0.61% -
HSV(B) 276.08º 0.63% 0.89% -
XYZ 33.18 20.11 74.08 -
YUV 125.02 184.99 159.37 -
System Red Green Blue C M Y K H S L
Decimal 169 83 226 0.25 0.63 0 0.11 276.08 0.71 0.61
Hex A9 53 E2 19 3F 0 B 114 47 3D
Octal 251 123 342 31 77 0 13 424 107 75
Binary 10101001 1010011 11100010 11001 111111 0 1011 100010100 1000111 111101

Color Harmonies of #A953E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A953E2

Black with #A953E2

Text Example


Text Example

White with #A953E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A953E2; }

 p { color: rgb(169,83,226); }

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

background-color css

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

 a { background-color: rgb(169,83,226); }

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

border-color css

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

 span { border-color: rgb(169,83,226); }

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