Html Css Color HEX #A025DB Dark Orchid

📋 copy color: '#A025DB'

red 160 ◦ green 37 ◦ blue 219

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

Shades of Dark Orchid #A025DB

Tints of Dark Orchid #A025DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 52.64%

R = 38.46%
G = 8.89%
B = 52.64%

CMYK

 C value IS 0.27

 M value IS 0.83

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A025DB (or 0xA025DB) is known color: Dark Orchid. HEX triplet: A0, 25 and DB. RGB value is (160,37,219). Sum of RGB (Red+Green+Blue) = 160+37+219=416 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.46% from 416); Green value is 37 (14.84% from 255 or 8.89% from 416); Blue value is 219 (85.94% from 255 or 52.64% from 416); Max value from RGB is 219 - color contains mainly: blue. Hex color #A025DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A025DB is #5FDA24. Grayscale: #5D5D5D. Windows color (decimal): -6281765 or 14362016. OLE color: 14362016.

HSL color Cylindrical-coordinate representation of color #A025DB: hue angle of 280.55º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A025DB is Cyan = 0.27, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 160 37 219 -
CMYK 0.27 0.83 0 0.14
HSL 280.55º 0.72% 0.5% -
HSV(B) 280.55º 0.83% 0.86% -
XYZ 27.94 13.91 68.23 -
YUV 94.53 198.25 174.7 -
System Red Green Blue C M Y K H S L
Decimal 160 37 219 0.27 0.83 0 0.14 280.55 0.72 0.5
Hex A0 25 DB 1B 53 0 E 119 48 32
Octal 240 45 333 33 123 0 16 431 110 62
Binary 10100000 100101 11011011 11011 1010011 0 1110 100011001 1001000 110010

Color Harmonies of #A025DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A025DB

Black with #A025DB

Text Example


Text Example

White with #A025DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A025DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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