Html Css Color HEX #A223BA Dark Orchid

📋 copy color: '#A223BA'

red 162 ◦ green 35 ◦ blue 186

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

Shades of Dark Orchid #A223BA

Tints of Dark Orchid #A223BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 48.56%

R = 42.3%
G = 9.14%
B = 48.56%

CMYK

 C value IS 0.13

 M value IS 0.81

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A223BA (or 0xA223BA) is known color: Dark Orchid. HEX triplet: A2, 23 and BA. RGB value is (162,35,186). Sum of RGB (Red+Green+Blue) = 162+35+186=383 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.30% from 383); Green value is 35 (14.06% from 255 or 9.14% from 383); Blue value is 186 (73.05% from 255 or 48.56% from 383); Max value from RGB is 186 - color contains mainly: blue. Hex color #A223BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A223BA is #5DDC45. Grayscale: #595959. Windows color (decimal): -6151238 or 12198818. OLE color: 12198818.

HSL color Cylindrical-coordinate representation of color #A223BA: hue angle of 290.46º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A223BA is Cyan = 0.13, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 162 35 186 -
CMYK 0.13 0.81 0 0.27
HSL 290.46º 0.68% 0.43% -
HSV(B) 290.46º 0.81% 0.73% -
XYZ 24.36 12.43 47.57 -
YUV 90.19 182.08 179.22 -
System Red Green Blue C M Y K H S L
Decimal 162 35 186 0.13 0.81 0 0.27 290.46 0.68 0.43
Hex A2 23 BA D 51 0 1B 122 44 2B
Octal 242 43 272 15 121 0 33 442 104 53
Binary 10100010 100011 10111010 1101 1010001 0 11011 100100010 1000100 101011

Color Harmonies of #A223BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A223BA

Black with #A223BA

Text Example


Text Example

White with #A223BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A223BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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