Html Css Color HEX #A249DF Dark Orchid

📋 copy color: '#A249DF'

red 162 ◦ green 73 ◦ blue 223

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

Shades of Dark Orchid #A249DF

Tints of Dark Orchid #A249DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 48.69%

R = 35.37%
G = 15.94%
B = 48.69%

CMYK

 C value IS 0.27

 M value IS 0.67

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A249DF (or 0xA249DF) is known color: Dark Orchid. HEX triplet: A2, 49 and DF. RGB value is (162,73,223). Sum of RGB (Red+Green+Blue) = 162+73+223=458 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.37% from 458); Green value is 73 (28.91% from 255 or 15.94% from 458); Blue value is 223 (87.5% from 255 or 48.69% from 458); Max value from RGB is 223 - color contains mainly: blue. Hex color #A249DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A249DF is #5DB620. Grayscale: #747474. Windows color (decimal): -6141473 or 14633378. OLE color: 14633378.

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

Color convert

RGB 162 73 223 -
CMYK 0.27 0.67 0 0.13
HSL 275.6º 0.7% 0.58% -
HSV(B) 275.6º 0.67% 0.87% -
XYZ 30.6 17.77 71.63 -
YUV 116.71 187.99 160.3 -
System Red Green Blue C M Y K H S L
Decimal 162 73 223 0.27 0.67 0 0.13 275.6 0.7 0.58
Hex A2 49 DF 1B 43 0 D 114 46 3A
Octal 242 111 337 33 103 0 15 424 106 72
Binary 10100010 1001001 11011111 11011 1000011 0 1101 100010100 1000110 111010

Color Harmonies of #A249DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A249DF

Black with #A249DF

Text Example


Text Example

White with #A249DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A249DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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