Html Css Color HEX #A122DA Dark Orchid

📋 copy color: '#A122DA'

red 161 ◦ green 34 ◦ blue 218

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

Shades of Dark Orchid #A122DA

Tints of Dark Orchid #A122DA

RGB

 RED value IS 161 (63.28% from 255) = 38.98%

 GREEN value IS 34 (13.67% from 255) = 8.23%

 BLUE value IS 218 (85.55% from 255) = 52.78%

R = 38.98%
G = 8.23%
B = 52.78%

CMYK

 C value IS 0.26

 M value IS 0.84

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A122DA (or 0xA122DA) is known color: Dark Orchid. HEX triplet: A1, 22 and DA. RGB value is (161,34,218). Sum of RGB (Red+Green+Blue) = 161+34+218=413 (54% of max value = 765). Red value is 161 (63.28% from 255 or 38.98% from 413); Green value is 34 (13.67% from 255 or 8.23% from 413); Blue value is 218 (85.55% from 255 or 52.78% from 413); Max value from RGB is 218 - color contains mainly: blue. Hex color #A122DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A122DA is #5EDD25. Grayscale: #5C5C5C. Windows color (decimal): -6216998 or 14295713. OLE color: 14295713.

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

Color convert

RGB 161 34 218 -
CMYK 0.26 0.84 0 0.15
HSL 281.41º 0.73% 0.49% -
HSV(B) 281.41º 0.84% 0.85% -
XYZ 27.92 13.78 67.52 -
YUV 92.95 198.58 176.54 -
System Red Green Blue C M Y K H S L
Decimal 161 34 218 0.26 0.84 0 0.15 281.41 0.73 0.49
Hex A1 22 DA 1A 54 0 F 119 49 31
Octal 241 42 332 32 124 0 17 431 111 61
Binary 10100001 100010 11011010 11010 1010100 0 1111 100011001 1001001 110001

Color Harmonies of #A122DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A122DA

Black with #A122DA

Text Example


Text Example

White with #A122DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A122DA; }

 p { color: rgb(161,34,218); }

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

background-color css

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

 a { background-color: rgb(161,34,218); }

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

border-color css

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

 span { border-color: rgb(161,34,218); }

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