Html Css Color HEX #A852EC Medium Orchid

📋 copy color: '#A852EC'

red 168 ◦ green 82 ◦ blue 236

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

Shades of Medium Orchid #A852EC

Tints of Medium Orchid #A852EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 48.56%

R = 34.57%
G = 16.87%
B = 48.56%

CMYK

 C value IS 0.29

 M value IS 0.65

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A852EC (or 0xA852EC) is known color: Medium Orchid. HEX triplet: A8, 52 and EC. RGB value is (168,82,236). Sum of RGB (Red+Green+Blue) = 168+82+236=486 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.57% from 486); Green value is 82 (32.42% from 255 or 16.87% from 486); Blue value is 236 (92.58% from 255 or 48.56% from 486); Max value from RGB is 236 - color contains mainly: blue. Hex color #A852EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A852EC is #57AD13. Grayscale: #7C7C7C. Windows color (decimal): -5745940 or 15487656. OLE color: 15487656.

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

Color convert

RGB 168 82 236 -
CMYK 0.29 0.65 0 0.07
HSL 273.51º 0.8% 0.62% -
HSV(B) 273.51º 0.65% 0.93% -
XYZ 34.31 20.42 81.49 -
YUV 125.27 190.49 158.48 -
System Red Green Blue C M Y K H S L
Decimal 168 82 236 0.29 0.65 0 0.07 273.51 0.8 0.62
Hex A8 52 EC 1D 41 0 7 112 50 3E
Octal 250 122 354 35 101 0 7 422 120 76
Binary 10101000 1010010 11101100 11101 1000001 0 111 100010010 1010000 111110

Color Harmonies of #A852EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A852EC

Black with #A852EC

Text Example


Text Example

White with #A852EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A852EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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