Html Css Color HEX #A223CE Dark Orchid

📋 copy color: '#A223CE'

red 162 ◦ green 35 ◦ blue 206

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

Shades of Dark Orchid #A223CE

Tints of Dark Orchid #A223CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 51.12%

R = 40.2%
G = 8.68%
B = 51.12%

CMYK

 C value IS 0.21

 M value IS 0.83

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A223CE (or 0xA223CE) is known color: Dark Orchid. HEX triplet: A2, 23 and CE. RGB value is (162,35,206). Sum of RGB (Red+Green+Blue) = 162+35+206=403 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.20% from 403); Green value is 35 (14.06% from 255 or 8.68% from 403); Blue value is 206 (80.86% from 255 or 51.12% from 403); Max value from RGB is 206 - color contains mainly: blue. Hex color #A223CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A223CE is #5DDC31. Grayscale: #5B5B5B. Windows color (decimal): -6151218 or 13509538. OLE color: 13509538.

HSL color Cylindrical-coordinate representation of color #A223CE: hue angle of 284.56º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A223CE is Cyan = 0.21, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 162 35 206 -
CMYK 0.21 0.83 0 0.19
HSL 284.56º 0.71% 0.47% -
HSV(B) 284.56º 0.83% 0.81% -
XYZ 26.64 13.34 59.56 -
YUV 92.47 192.08 177.6 -
System Red Green Blue C M Y K H S L
Decimal 162 35 206 0.21 0.83 0 0.19 284.56 0.71 0.47
Hex A2 23 CE 15 53 0 13 11D 47 2F
Octal 242 43 316 25 123 0 23 435 107 57
Binary 10100010 100011 11001110 10101 1010011 0 10011 100011101 1000111 101111

Color Harmonies of #A223CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A223CE

Black with #A223CE

Text Example


Text Example

White with #A223CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A223CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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