Html Css Color HEX #A223CA Dark Orchid

📋 copy color: '#A223CA'

red 162 ◦ green 35 ◦ blue 202

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

Shades of Dark Orchid #A223CA

Tints of Dark Orchid #A223CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 50.63%

R = 40.6%
G = 8.77%
B = 50.63%

CMYK

 C value IS 0.20

 M value IS 0.83

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A223CA (or 0xA223CA) is known color: Dark Orchid. HEX triplet: A2, 23 and CA. RGB value is (162,35,202). Sum of RGB (Red+Green+Blue) = 162+35+202=399 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.60% from 399); Green value is 35 (14.06% from 255 or 8.77% from 399); Blue value is 202 (79.30% from 255 or 50.63% from 399); Max value from RGB is 202 - color contains mainly: blue. Hex color #A223CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A223CA is #5DDC35. Grayscale: #5B5B5B. Windows color (decimal): -6151222 or 13247394. OLE color: 13247394.

HSL color Cylindrical-coordinate representation of color #A223CA: hue angle of 285.63º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A223CA is Cyan = 0.20, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 162 35 202 -
CMYK 0.20 0.83 0 0.21
HSL 285.63º 0.7% 0.46% -
HSV(B) 285.63º 0.83% 0.79% -
XYZ 26.16 13.15 57.04 -
YUV 92.01 190.08 177.92 -
System Red Green Blue C M Y K H S L
Decimal 162 35 202 0.20 0.83 0 0.21 285.63 0.7 0.46
Hex A2 23 CA 14 53 0 15 11E 46 2E
Octal 242 43 312 24 123 0 25 436 106 56
Binary 10100010 100011 11001010 10100 1010011 0 10101 100011110 1000110 101110

Color Harmonies of #A223CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A223CA

Black with #A223CA

Text Example


Text Example

White with #A223CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A223CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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