Html Css Color HEX #A223DB Dark Orchid

📋 copy color: '#A223DB'

red 162 ◦ green 35 ◦ blue 219

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

Shades of Dark Orchid #A223DB

Tints of Dark Orchid #A223DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 52.64%

R = 38.94%
G = 8.41%
B = 52.64%

CMYK

 C value IS 0.26

 M value IS 0.84

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A223DB (or 0xA223DB) is known color: Dark Orchid. HEX triplet: A2, 23 and DB. RGB value is (162,35,219). Sum of RGB (Red+Green+Blue) = 162+35+219=416 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.94% from 416); Green value is 35 (14.06% from 255 or 8.41% from 416); Blue value is 219 (85.94% from 255 or 52.64% from 416); Max value from RGB is 219 - color contains mainly: blue. Hex color #A223DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A223DB is #5DDC24. Grayscale: #5D5D5D. Windows color (decimal): -6151205 or 14361506. OLE color: 14361506.

HSL color Cylindrical-coordinate representation of color #A223DB: hue angle of 281.41º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A223DB is Cyan = 0.26, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 162 35 219 -
CMYK 0.26 0.84 0 0.14
HSL 281.41º 0.72% 0.5% -
HSV(B) 281.41º 0.84% 0.86% -
XYZ 28.29 14 68.23 -
YUV 93.95 198.58 176.54 -
System Red Green Blue C M Y K H S L
Decimal 162 35 219 0.26 0.84 0 0.14 281.41 0.72 0.5
Hex A2 23 DB 1A 54 0 E 119 48 32
Octal 242 43 333 32 124 0 16 431 110 62
Binary 10100010 100011 11011011 11010 1010100 0 1110 100011001 1001000 110010

Color Harmonies of #A223DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A223DB

Black with #A223DB

Text Example


Text Example

White with #A223DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A223DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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