Html Css Color HEX #A652DB Medium Orchid

📋 copy color: '#A652DB'

red 166 ◦ green 82 ◦ blue 219

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

Shades of Medium Orchid #A652DB

Tints of Medium Orchid #A652DB

RGB

 RED value IS 166 (65.23% from 255) = 35.55%

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

 BLUE value IS 219 (85.94% from 255) = 46.9%

R = 35.55%
G = 17.56%
B = 46.9%

CMYK

 C value IS 0.24

 M value IS 0.63

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A652DB (or 0xA652DB) is known color: Medium Orchid. HEX triplet: A6, 52 and DB. RGB value is (166,82,219). Sum of RGB (Red+Green+Blue) = 166+82+219=467 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.55% from 467); Green value is 82 (32.42% from 255 or 17.56% from 467); Blue value is 219 (85.94% from 255 or 46.90% from 467); Max value from RGB is 219 - color contains mainly: blue. Hex color #A652DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A652DB is #59AD24. Grayscale: #7A7A7A. Windows color (decimal): -5877029 or 14373542. OLE color: 14373542.

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

Color convert

RGB 166 82 219 -
CMYK 0.24 0.63 0 0.14
HSL 276.79º 0.66% 0.59% -
HSV(B) 276.79º 0.63% 0.86% -
XYZ 31.53 19.26 69.07 -
YUV 122.73 182.33 158.86 -
System Red Green Blue C M Y K H S L
Decimal 166 82 219 0.24 0.63 0 0.14 276.79 0.66 0.59
Hex A6 52 DB 18 3F 0 E 115 42 3B
Octal 246 122 333 30 77 0 16 425 102 73
Binary 10100110 1010010 11011011 11000 111111 0 1110 100010101 1000010 111011

Color Harmonies of #A652DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A652DB

Black with #A652DB

Text Example


Text Example

White with #A652DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A652DB; }

 p { color: rgb(166,82,219); }

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

background-color css

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

 a { background-color: rgb(166,82,219); }

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

border-color css

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

 span { border-color: rgb(166,82,219); }

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