Html Css Color HEX #A125DD Dark Orchid

📋 copy color: '#A125DD'

red 161 ◦ green 37 ◦ blue 221

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

Shades of Dark Orchid #A125DD

Tints of Dark Orchid #A125DD

RGB

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

 GREEN value IS 37 (14.84% from 255) = 8.83%

 BLUE value IS 221 (86.72% from 255) = 52.74%

R = 38.42%
G = 8.83%
B = 52.74%

CMYK

 C value IS 0.27

 M value IS 0.83

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A125DD (or 0xA125DD) is known color: Dark Orchid. HEX triplet: A1, 25 and DD. RGB value is (161,37,221). Sum of RGB (Red+Green+Blue) = 161+37+221=419 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.42% from 419); Green value is 37 (14.84% from 255 or 8.83% from 419); Blue value is 221 (86.72% from 255 or 52.74% from 419); Max value from RGB is 221 - color contains mainly: blue. Hex color #A125DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A125DD is #5EDA22. Grayscale: #5E5E5E. Windows color (decimal): -6216227 or 14493089. OLE color: 14493089.

HSL color Cylindrical-coordinate representation of color #A125DD: hue angle of 280.43º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A125DD is Cyan = 0.27, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 161 37 221 -
CMYK 0.27 0.83 0 0.13
HSL 280.43º 0.73% 0.51% -
HSV(B) 280.43º 0.83% 0.87% -
XYZ 28.41 14.12 69.63 -
YUV 95.05 199.08 175.04 -
System Red Green Blue C M Y K H S L
Decimal 161 37 221 0.27 0.83 0 0.13 280.43 0.73 0.51
Hex A1 25 DD 1B 53 0 D 118 49 33
Octal 241 45 335 33 123 0 15 430 111 63
Binary 10100001 100101 11011101 11011 1010011 0 1101 100011000 1001001 110011

Color Harmonies of #A125DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A125DD

Black with #A125DD

Text Example


Text Example

White with #A125DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A125DD; }

 p { color: rgb(161,37,221); }

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

background-color css

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

 a { background-color: rgb(161,37,221); }

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

border-color css

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

 span { border-color: rgb(161,37,221); }

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