Html Css Color HEX #A249DC Dark Orchid

📋 copy color: '#A249DC'

red 162 ◦ green 73 ◦ blue 220

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

Shades of Dark Orchid #A249DC

Tints of Dark Orchid #A249DC

RGB

 RED value IS 162 (63.67% from 255) = 35.6%

 GREEN value IS 73 (28.91% from 255) = 16.04%

 BLUE value IS 220 (86.33% from 255) = 48.35%

R = 35.6%
G = 16.04%
B = 48.35%

CMYK

 C value IS 0.26

 M value IS 0.67

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A249DC (or 0xA249DC) is known color: Dark Orchid. HEX triplet: A2, 49 and DC. RGB value is (162,73,220). Sum of RGB (Red+Green+Blue) = 162+73+220=455 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.60% from 455); Green value is 73 (28.91% from 255 or 16.04% from 455); Blue value is 220 (86.33% from 255 or 48.35% from 455); Max value from RGB is 220 - color contains mainly: blue. Hex color #A249DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A249DC is #5DB623. Grayscale: #737373. Windows color (decimal): -6141476 or 14436770. OLE color: 14436770.

HSL color Cylindrical-coordinate representation of color #A249DC: hue angle of 276.33º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A249DC is Cyan = 0.26, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 162 73 220 -
CMYK 0.26 0.67 0 0.14
HSL 276.33º 0.68% 0.57% -
HSV(B) 276.33º 0.67% 0.86% -
XYZ 30.2 17.61 69.52 -
YUV 116.37 186.49 160.55 -
System Red Green Blue C M Y K H S L
Decimal 162 73 220 0.26 0.67 0 0.14 276.33 0.68 0.57
Hex A2 49 DC 1A 43 0 E 114 44 39
Octal 242 111 334 32 103 0 16 424 104 71
Binary 10100010 1001001 11011100 11010 1000011 0 1110 100010100 1000100 111001

Color Harmonies of #A249DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A249DC

Black with #A249DC

Text Example


Text Example

White with #A249DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A249DC; }

 p { color: rgb(162,73,220); }

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

background-color css

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

 a { background-color: rgb(162,73,220); }

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

border-color css

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

 span { border-color: rgb(162,73,220); }

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