Html Css Color HEX #A244DF Dark Orchid

📋 copy color: '#A244DF'

red 162 ◦ green 68 ◦ blue 223

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

Shades of Dark Orchid #A244DF

Tints of Dark Orchid #A244DF

RGB

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

 GREEN value IS 68 (26.95% from 255) = 15.01%

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

R = 35.76%
G = 15.01%
B = 49.23%

CMYK

 C value IS 0.27

 M value IS 0.70

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A244DF (or 0xA244DF) is known color: Dark Orchid. HEX triplet: A2, 44 and DF. RGB value is (162,68,223). Sum of RGB (Red+Green+Blue) = 162+68+223=453 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.76% from 453); Green value is 68 (26.95% from 255 or 15.01% from 453); Blue value is 223 (87.5% from 255 or 49.23% from 453); Max value from RGB is 223 - color contains mainly: blue. Hex color #A244DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A244DF is #5DBB20. Grayscale: #717171. Windows color (decimal): -6142753 or 14632098. OLE color: 14632098.

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

Color convert

RGB 162 68 223 -
CMYK 0.27 0.70 0 0.13
HSL 276.39º 0.71% 0.57% -
HSV(B) 276.39º 0.7% 0.87% -
XYZ 30.29 17.14 71.52 -
YUV 113.78 189.64 162.4 -
System Red Green Blue C M Y K H S L
Decimal 162 68 223 0.27 0.70 0 0.13 276.39 0.71 0.57
Hex A2 44 DF 1B 46 0 D 114 47 39
Octal 242 104 337 33 106 0 15 424 107 71
Binary 10100010 1000100 11011111 11011 1000110 0 1101 100010100 1000111 111001

Color Harmonies of #A244DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A244DF

Black with #A244DF

Text Example


Text Example

White with #A244DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A244DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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