Html Css Color HEX #A125DE Dark Orchid

📋 copy color: '#A125DE'

red 161 ◦ green 37 ◦ blue 222

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

Shades of Dark Orchid #A125DE

Tints of Dark Orchid #A125DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 52.86%

R = 38.33%
G = 8.81%
B = 52.86%

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

#A125DE (or 0xA125DE) is known color: Dark Orchid. HEX triplet: A1, 25 and DE. RGB value is (161,37,222). Sum of RGB (Red+Green+Blue) = 161+37+222=420 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.33% from 420); Green value is 37 (14.84% from 255 or 8.81% from 420); Blue value is 222 (87.11% from 255 or 52.86% from 420); Max value from RGB is 222 - color contains mainly: blue. Hex color #A125DE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A125DE is #5EDA21. Grayscale: #5E5E5E. Windows color (decimal): -6216226 or 14558625. OLE color: 14558625.

HSL color Cylindrical-coordinate representation of color #A125DE: hue angle of 280.22º degrees, saturation: 0.74, 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 #A125DE is Cyan = 0.27, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 161 37 222 -
CMYK 0.27 0.83 0 0.13
HSL 280.22º 0.74% 0.51% -
HSV(B) 280.22º 0.83% 0.87% -
XYZ 28.54 14.17 70.34 -
YUV 95.17 199.58 174.96 -
System Red Green Blue C M Y K H S L
Decimal 161 37 222 0.27 0.83 0 0.13 280.22 0.74 0.51
Hex A1 25 DE 1B 53 0 D 118 4A 33
Octal 241 45 336 33 123 0 15 430 112 63
Binary 10100001 100101 11011110 11011 1010011 0 1101 100011000 1001010 110011

Color Harmonies of #A125DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A125DE

Black with #A125DE

Text Example


Text Example

White with #A125DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A125DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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