Html Css Color HEX #A852DD Medium Orchid

📋 copy color: '#A852DD'

red 168 ◦ green 82 ◦ blue 221

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

Shades of Medium Orchid #A852DD

Tints of Medium Orchid #A852DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 46.92%

R = 35.67%
G = 17.41%
B = 46.92%

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

#A852DD (or 0xA852DD) is known color: Medium Orchid. HEX triplet: A8, 52 and DD. RGB value is (168,82,221). Sum of RGB (Red+Green+Blue) = 168+82+221=471 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.67% from 471); Green value is 82 (32.42% from 255 or 17.41% from 471); Blue value is 221 (86.72% from 255 or 46.92% from 471); Max value from RGB is 221 - color contains mainly: blue. Hex color #A852DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A852DD is #57AD22. Grayscale: #7B7B7B. Windows color (decimal): -5745955 or 14504616. OLE color: 14504616.

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

Color convert

RGB 168 82 221 -
CMYK 0.24 0.63 0 0.13
HSL 277.12º 0.67% 0.59% -
HSV(B) 277.12º 0.63% 0.87% -
XYZ 32.22 19.58 70.49 -
YUV 123.56 182.99 159.7 -
System Red Green Blue C M Y K H S L
Decimal 168 82 221 0.24 0.63 0 0.13 277.12 0.67 0.59
Hex A8 52 DD 18 3F 0 D 115 43 3B
Octal 250 122 335 30 77 0 15 425 103 73
Binary 10101000 1010010 11011101 11000 111111 0 1101 100010101 1000011 111011

Color Harmonies of #A852DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A852DD

Black with #A852DD

Text Example


Text Example

White with #A852DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A852DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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