Html Css Color HEX #A852DE Medium Orchid

📋 copy color: '#A852DE'

red 168 ◦ green 82 ◦ blue 222

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

Shades of Medium Orchid #A852DE

Tints of Medium Orchid #A852DE

RGB

 RED value IS 168 (66.02% from 255) = 35.59%

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

 BLUE value IS 222 (87.11% from 255) = 47.03%

R = 35.59%
G = 17.37%
B = 47.03%

CMYK

 C value IS 0.24

 M value IS 0.63

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A852DE (or 0xA852DE) is known color: Medium Orchid. HEX triplet: A8, 52 and DE. RGB value is (168,82,222). Sum of RGB (Red+Green+Blue) = 168+82+222=472 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.59% from 472); Green value is 82 (32.42% from 255 or 17.37% from 472); Blue value is 222 (87.11% from 255 or 47.03% from 472); Max value from RGB is 222 - color contains mainly: blue. Hex color #A852DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A852DE is #57AD21. Grayscale: #7B7B7B. Windows color (decimal): -5745954 or 14570152. OLE color: 14570152.

HSL color Cylindrical-coordinate representation of color #A852DE: hue angle of 276.86º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A852DE is Cyan = 0.24, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 168 82 222 -
CMYK 0.24 0.63 0 0.13
HSL 276.86º 0.68% 0.6% -
HSV(B) 276.86º 0.63% 0.87% -
XYZ 32.35 19.63 71.19 -
YUV 123.67 183.49 159.62 -
System Red Green Blue C M Y K H S L
Decimal 168 82 222 0.24 0.63 0 0.13 276.86 0.68 0.6
Hex A8 52 DE 18 3F 0 D 115 44 3C
Octal 250 122 336 30 77 0 15 425 104 74
Binary 10101000 1010010 11011110 11000 111111 0 1101 100010101 1000100 111100

Color Harmonies of #A852DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A852DE

Black with #A852DE

Text Example


Text Example

White with #A852DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A852DE; }

 p { color: rgb(168,82,222); }

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

background-color css

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

 a { background-color: rgb(168,82,222); }

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

border-color css

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

 span { border-color: rgb(168,82,222); }

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