Html Css Color HEX #A249D5 Dark Orchid

📋 copy color: '#A249D5'

red 162 ◦ green 73 ◦ blue 213

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

Shades of Dark Orchid #A249D5

Tints of Dark Orchid #A249D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 47.54%

R = 36.16%
G = 16.29%
B = 47.54%

CMYK

 C value IS 0.24

 M value IS 0.66

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A249D5 (or 0xA249D5) is known color: Dark Orchid. HEX triplet: A2, 49 and D5. RGB value is (162,73,213). Sum of RGB (Red+Green+Blue) = 162+73+213=448 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36.16% from 448); Green value is 73 (28.91% from 255 or 16.29% from 448); Blue value is 213 (83.59% from 255 or 47.54% from 448); Max value from RGB is 213 - color contains mainly: blue. Hex color #A249D5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A249D5 is #5DB62A. Grayscale: #737373. Windows color (decimal): -6141483 or 13978018. OLE color: 13978018.

HSL color Cylindrical-coordinate representation of color #A249D5: hue angle of 278.14º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A249D5 is Cyan = 0.24, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 162 73 213 -
CMYK 0.24 0.66 0 0.16
HSL 278.14º 0.63% 0.56% -
HSV(B) 278.14º 0.66% 0.84% -
XYZ 29.29 17.25 64.74 -
YUV 115.57 182.99 161.12 -
System Red Green Blue C M Y K H S L
Decimal 162 73 213 0.24 0.66 0 0.16 278.14 0.63 0.56
Hex A2 49 D5 18 42 0 10 116 3E 38
Octal 242 111 325 30 102 0 20 426 76 70
Binary 10100010 1001001 11010101 11000 1000010 0 10000 100010110 111110 111000

Color Harmonies of #A249D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A249D5

Black with #A249D5

Text Example


Text Example

White with #A249D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A249D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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