Html Css Color HEX #A223DF Dark Orchid

📋 copy color: '#A223DF'

red 162 ◦ green 35 ◦ blue 223

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

Shades of Dark Orchid #A223DF

Tints of Dark Orchid #A223DF

RGB

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

 GREEN value IS 35 (14.06% from 255) = 8.33%

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

R = 38.57%
G = 8.33%
B = 53.1%

CMYK

 C value IS 0.27

 M value IS 0.84

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A223DF (or 0xA223DF) is known color: Dark Orchid. HEX triplet: A2, 23 and DF. RGB value is (162,35,223). Sum of RGB (Red+Green+Blue) = 162+35+223=420 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.57% from 420); Green value is 35 (14.06% from 255 or 8.33% from 420); Blue value is 223 (87.5% from 255 or 53.10% from 420); Max value from RGB is 223 - color contains mainly: blue. Hex color #A223DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A223DF is #5DDC20. Grayscale: #5D5D5D. Windows color (decimal): -6151201 or 14623650. OLE color: 14623650.

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

Color convert

RGB 162 35 223 -
CMYK 0.27 0.84 0 0.13
HSL 280.53º 0.75% 0.51% -
HSV(B) 280.53º 0.84% 0.87% -
XYZ 28.82 14.21 71.04 -
YUV 94.41 200.58 176.21 -
System Red Green Blue C M Y K H S L
Decimal 162 35 223 0.27 0.84 0 0.13 280.53 0.75 0.51
Hex A2 23 DF 1B 54 0 D 119 4B 33
Octal 242 43 337 33 124 0 15 431 113 63
Binary 10100010 100011 11011111 11011 1010100 0 1101 100011001 1001011 110011

Color Harmonies of #A223DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A223DF

Black with #A223DF

Text Example


Text Example

White with #A223DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A223DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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