Html Css Color HEX #A025DD Dark Orchid

📋 copy color: '#A025DD'

red 160 ◦ green 37 ◦ blue 221

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

Shades of Dark Orchid #A025DD

Tints of Dark Orchid #A025DD

RGB

 RED value IS 160 (62.89% from 255) = 38.28%

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

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

R = 38.28%
G = 8.85%
B = 52.87%

CMYK

 C value IS 0.28

 M value IS 0.83

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A025DD (or 0xA025DD) is known color: Dark Orchid. HEX triplet: A0, 25 and DD. RGB value is (160,37,221). Sum of RGB (Red+Green+Blue) = 160+37+221=418 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.28% from 418); Green value is 37 (14.84% from 255 or 8.85% from 418); Blue value is 221 (86.72% from 255 or 52.87% from 418); Max value from RGB is 221 - color contains mainly: blue. Hex color #A025DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A025DD is #5FDA22. Grayscale: #5E5E5E. Windows color (decimal): -6281763 or 14493088. OLE color: 14493088.

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

Color convert

RGB 160 37 221 -
CMYK 0.28 0.83 0 0.13
HSL 280.11º 0.73% 0.51% -
HSV(B) 280.11º 0.83% 0.87% -
XYZ 28.21 14.02 69.63 -
YUV 94.75 199.25 174.54 -
System Red Green Blue C M Y K H S L
Decimal 160 37 221 0.28 0.83 0 0.13 280.11 0.73 0.51
Hex A0 25 DD 1C 53 0 D 118 49 33
Octal 240 45 335 34 123 0 15 430 111 63
Binary 10100000 100101 11011101 11100 1010011 0 1101 100011000 1001001 110011

Color Harmonies of #A025DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A025DD

Black with #A025DD

Text Example


Text Example

White with #A025DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A025DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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