Html Css Color HEX #A22DBE Dark Orchid

📋 copy color: '#A22DBE'

red 162 ◦ green 45 ◦ blue 190

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

Shades of Dark Orchid #A22DBE

Tints of Dark Orchid #A22DBE

RGB

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

 GREEN value IS 45 (17.97% from 255) = 11.34%

 BLUE value IS 190 (74.61% from 255) = 47.86%

R = 40.81%
G = 11.34%
B = 47.86%

CMYK

 C value IS 0.15

 M value IS 0.76

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A22DBE (or 0xA22DBE) is known color: Dark Orchid. HEX triplet: A2, 2D and BE. RGB value is (162,45,190). Sum of RGB (Red+Green+Blue) = 162+45+190=397 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.81% from 397); Green value is 45 (17.97% from 255 or 11.34% from 397); Blue value is 190 (74.61% from 255 or 47.86% from 397); Max value from RGB is 190 - color contains mainly: blue. Hex color #A22DBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A22DBE is #5DD241. Grayscale: #606060. Windows color (decimal): -6148674 or 12463522. OLE color: 12463522.

HSL color Cylindrical-coordinate representation of color #A22DBE: hue angle of 288.41º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A22DBE is Cyan = 0.15, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 162 45 190 -
CMYK 0.15 0.76 0 0.25
HSL 288.41º 0.62% 0.46% -
HSV(B) 288.41º 0.76% 0.75% -
XYZ 25.13 13.28 49.95 -
YUV 96.51 180.76 174.71 -
System Red Green Blue C M Y K H S L
Decimal 162 45 190 0.15 0.76 0 0.25 288.41 0.62 0.46
Hex A2 2D BE F 4C 0 19 120 3E 2E
Octal 242 55 276 17 114 0 31 440 76 56
Binary 10100010 101101 10111110 1111 1001100 0 11001 100100000 111110 101110

Color Harmonies of #A22DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A22DBE

Black with #A22DBE

Text Example


Text Example

White with #A22DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A22DBE; }

 p { color: rgb(162,45,190); }

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

background-color css

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

 a { background-color: rgb(162,45,190); }

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

border-color css

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

 span { border-color: rgb(162,45,190); }

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