Html Css Color HEX #A22BDB Dark Orchid

📋 copy color: '#A22BDB'

red 162 ◦ green 43 ◦ blue 219

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

Shades of Dark Orchid #A22BDB

Tints of Dark Orchid #A22BDB

RGB

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

 GREEN value IS 43 (17.19% from 255) = 10.14%

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

R = 38.21%
G = 10.14%
B = 51.65%

CMYK

 C value IS 0.26

 M value IS 0.80

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A22BDB (or 0xA22BDB) is known color: Dark Orchid. HEX triplet: A2, 2B and DB. RGB value is (162,43,219). Sum of RGB (Red+Green+Blue) = 162+43+219=424 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.21% from 424); Green value is 43 (17.19% from 255 or 10.14% from 424); Blue value is 219 (85.94% from 255 or 51.65% from 424); Max value from RGB is 219 - color contains mainly: blue. Hex color #A22BDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A22BDB is #5DD424. Grayscale: #626262. Windows color (decimal): -6149157 or 14363554. OLE color: 14363554.

HSL color Cylindrical-coordinate representation of color #A22BDB: hue angle of 280.57º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A22BDB is Cyan = 0.26, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 162 43 219 -
CMYK 0.26 0.80 0 0.14
HSL 280.57º 0.71% 0.51% -
HSV(B) 280.57º 0.8% 0.86% -
XYZ 28.55 14.52 68.32 -
YUV 98.65 195.92 173.19 -
System Red Green Blue C M Y K H S L
Decimal 162 43 219 0.26 0.80 0 0.14 280.57 0.71 0.51
Hex A2 2B DB 1A 50 0 E 119 47 33
Octal 242 53 333 32 120 0 16 431 107 63
Binary 10100010 101011 11011011 11010 1010000 0 1110 100011001 1000111 110011

Color Harmonies of #A22BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A22BDB

Black with #A22BDB

Text Example


Text Example

White with #A22BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A22BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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