Html Css Color HEX #A952EE Medium Orchid

📋 copy color: '#A952EE'

red 169 ◦ green 82 ◦ blue 238

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

Shades of Medium Orchid #A952EE

Tints of Medium Orchid #A952EE

RGB

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

 GREEN value IS 82 (32.42% from 255) = 16.77%

 BLUE value IS 238 (93.36% from 255) = 48.67%

R = 34.56%
G = 16.77%
B = 48.67%

CMYK

 C value IS 0.29

 M value IS 0.66

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A952EE (or 0xA952EE) is known color: Medium Orchid. HEX triplet: A9, 52 and EE. RGB value is (169,82,238). Sum of RGB (Red+Green+Blue) = 169+82+238=489 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.56% from 489); Green value is 82 (32.42% from 255 or 16.77% from 489); Blue value is 238 (93.36% from 255 or 48.67% from 489); Max value from RGB is 238 - color contains mainly: blue. Hex color #A952EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A952EE is #56AD11. Grayscale: #7D7D7D. Windows color (decimal): -5680402 or 15618729. OLE color: 15618729.

HSL color Cylindrical-coordinate representation of color #A952EE: hue angle of 273.46º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A952EE is Cyan = 0.29, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 169 82 238 -
CMYK 0.29 0.66 0 0.07
HSL 273.46º 0.82% 0.63% -
HSV(B) 273.46º 0.66% 0.93% -
XYZ 34.81 20.64 83.04 -
YUV 125.8 191.32 158.82 -
System Red Green Blue C M Y K H S L
Decimal 169 82 238 0.29 0.66 0 0.07 273.46 0.82 0.63
Hex A9 52 EE 1D 42 0 7 111 52 3F
Octal 251 122 356 35 102 0 7 421 122 77
Binary 10101001 1010010 11101110 11101 1000010 0 111 100010001 1010010 111111

Color Harmonies of #A952EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A952EE

Black with #A952EE

Text Example


Text Example

White with #A952EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A952EE; }

 p { color: rgb(169,82,238); }

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

background-color css

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

 a { background-color: rgb(169,82,238); }

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

border-color css

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

 span { border-color: rgb(169,82,238); }

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