Html Css Color HEX #A925DB Dark Orchid

📋 copy color: '#A925DB'

red 169 ◦ green 37 ◦ blue 219

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

Shades of Dark Orchid #A925DB

Tints of Dark Orchid #A925DB

RGB

 RED value IS 169 (66.41% from 255) = 39.76%

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

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

R = 39.76%
G = 8.71%
B = 51.53%

CMYK

 C value IS 0.23

 M value IS 0.83

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A925DB (or 0xA925DB) is known color: Dark Orchid. HEX triplet: A9, 25 and DB. RGB value is (169,37,219). Sum of RGB (Red+Green+Blue) = 169+37+219=425 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.76% from 425); Green value is 37 (14.84% from 255 or 8.71% from 425); Blue value is 219 (85.94% from 255 or 51.53% from 425); Max value from RGB is 219 - color contains mainly: blue. Hex color #A925DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A925DB is #56DA24. Grayscale: #606060. Windows color (decimal): -5691941 or 14362025. OLE color: 14362025.

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

Color convert

RGB 169 37 219 -
CMYK 0.23 0.83 0 0.14
HSL 283.52º 0.72% 0.5% -
HSV(B) 283.52º 0.83% 0.86% -
XYZ 29.81 14.87 68.32 -
YUV 97.22 196.73 179.2 -
System Red Green Blue C M Y K H S L
Decimal 169 37 219 0.23 0.83 0 0.14 283.52 0.72 0.5
Hex A9 25 DB 17 53 0 E 11C 48 32
Octal 251 45 333 27 123 0 16 434 110 62
Binary 10101001 100101 11011011 10111 1010011 0 1110 100011100 1001000 110010

Color Harmonies of #A925DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A925DB

Black with #A925DB

Text Example


Text Example

White with #A925DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A925DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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