Html Css Color HEX #A22FDB Dark Orchid

📋 copy color: '#A22FDB'

red 162 ◦ green 47 ◦ blue 219

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

Shades of Dark Orchid #A22FDB

Tints of Dark Orchid #A22FDB

RGB

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

 GREEN value IS 47 (18.75% from 255) = 10.98%

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

R = 37.85%
G = 10.98%
B = 51.17%

CMYK

 C value IS 0.26

 M value IS 0.79

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A22FDB (or 0xA22FDB) is known color: Dark Orchid. HEX triplet: A2, 2F and DB. RGB value is (162,47,219). Sum of RGB (Red+Green+Blue) = 162+47+219=428 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.85% from 428); Green value is 47 (18.75% from 255 or 10.98% from 428); Blue value is 219 (85.94% from 255 or 51.17% from 428); Max value from RGB is 219 - color contains mainly: blue. Hex color #A22FDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A22FDB is #5DD024. Grayscale: #646464. Windows color (decimal): -6148133 or 14364578. OLE color: 14364578.

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

Color convert

RGB 162 47 219 -
CMYK 0.26 0.79 0 0.14
HSL 280.12º 0.7% 0.52% -
HSV(B) 280.12º 0.79% 0.86% -
XYZ 28.7 14.83 68.37 -
YUV 100.99 194.6 171.51 -
System Red Green Blue C M Y K H S L
Decimal 162 47 219 0.26 0.79 0 0.14 280.12 0.7 0.52
Hex A2 2F DB 1A 4F 0 E 118 46 34
Octal 242 57 333 32 117 0 16 430 106 64
Binary 10100010 101111 11011011 11010 1001111 0 1110 100011000 1000110 110100

Color Harmonies of #A22FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A22FDB

Black with #A22FDB

Text Example


Text Example

White with #A22FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A22FDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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