Html Css Color HEX #A125DB Dark Orchid

📋 copy color: '#A125DB'

red 161 ◦ green 37 ◦ blue 219

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

Shades of Dark Orchid #A125DB

Tints of Dark Orchid #A125DB

RGB

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

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

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

R = 38.61%
G = 8.87%
B = 52.52%

CMYK

 C value IS 0.26

 M value IS 0.83

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A125DB (or 0xA125DB) is known color: Dark Orchid. HEX triplet: A1, 25 and DB. RGB value is (161,37,219). Sum of RGB (Red+Green+Blue) = 161+37+219=417 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.61% from 417); Green value is 37 (14.84% from 255 or 8.87% from 417); Blue value is 219 (85.94% from 255 or 52.52% from 417); Max value from RGB is 219 - color contains mainly: blue. Hex color #A125DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A125DB is #5EDA24. Grayscale: #5E5E5E. Windows color (decimal): -6216229 or 14362017. OLE color: 14362017.

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

Color convert

RGB 161 37 219 -
CMYK 0.26 0.83 0 0.14
HSL 280.88º 0.72% 0.5% -
HSV(B) 280.88º 0.83% 0.86% -
XYZ 28.15 14.01 68.24 -
YUV 94.82 198.08 175.2 -
System Red Green Blue C M Y K H S L
Decimal 161 37 219 0.26 0.83 0 0.14 280.88 0.72 0.5
Hex A1 25 DB 1A 53 0 E 119 48 32
Octal 241 45 333 32 123 0 16 431 110 62
Binary 10100001 100101 11011011 11010 1010011 0 1110 100011001 1001000 110010

Color Harmonies of #A125DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A125DB

Black with #A125DB

Text Example


Text Example

White with #A125DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A125DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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