Html Css Color HEX #A852DA Medium Orchid

📋 copy color: '#A852DA'

red 168 ◦ green 82 ◦ blue 218

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

Shades of Medium Orchid #A852DA

Tints of Medium Orchid #A852DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 46.58%

R = 35.9%
G = 17.52%
B = 46.58%

CMYK

 C value IS 0.23

 M value IS 0.62

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A852DA (or 0xA852DA) is known color: Medium Orchid. HEX triplet: A8, 52 and DA. RGB value is (168,82,218). Sum of RGB (Red+Green+Blue) = 168+82+218=468 (61% of max value = 765). Red value is 168 (66.02% from 255 or 35.90% from 468); Green value is 82 (32.42% from 255 or 17.52% from 468); Blue value is 218 (85.55% from 255 or 46.58% from 468); Max value from RGB is 218 - color contains mainly: blue. Hex color #A852DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A852DA is #57AD25. Grayscale: #7A7A7A. Windows color (decimal): -5745958 or 14308008. OLE color: 14308008.

HSL color Cylindrical-coordinate representation of color #A852DA: hue angle of 277.94º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A852DA is Cyan = 0.23, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 168 82 218 -
CMYK 0.23 0.62 0 0.15
HSL 277.94º 0.65% 0.59% -
HSV(B) 277.94º 0.62% 0.85% -
XYZ 31.82 19.42 68.4 -
YUV 123.22 181.49 159.94 -
System Red Green Blue C M Y K H S L
Decimal 168 82 218 0.23 0.62 0 0.15 277.94 0.65 0.59
Hex A8 52 DA 17 3E 0 F 116 41 3B
Octal 250 122 332 27 76 0 17 426 101 73
Binary 10101000 1010010 11011010 10111 111110 0 1111 100010110 1000001 111011

Color Harmonies of #A852DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A852DA

Black with #A852DA

Text Example


Text Example

White with #A852DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A852DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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