Html Css Color HEX #A925DC Dark Orchid

📋 copy color: '#A925DC'

red 169 ◦ green 37 ◦ blue 220

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

Shades of Dark Orchid #A925DC

Tints of Dark Orchid #A925DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 51.64%

R = 39.67%
G = 8.69%
B = 51.64%

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

#A925DC (or 0xA925DC) is known color: Dark Orchid. HEX triplet: A9, 25 and DC. RGB value is (169,37,220). Sum of RGB (Red+Green+Blue) = 169+37+220=426 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.67% from 426); Green value is 37 (14.84% from 255 or 8.69% from 426); Blue value is 220 (86.33% from 255 or 51.64% from 426); Max value from RGB is 220 - color contains mainly: blue. Hex color #A925DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A925DC is #56DA23. Grayscale: #606060. Windows color (decimal): -5691940 or 14427561. OLE color: 14427561.

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

Color convert

RGB 169 37 220 -
CMYK 0.23 0.83 0 0.14
HSL 283.28º 0.72% 0.5% -
HSV(B) 283.28º 0.83% 0.86% -
XYZ 29.94 14.93 69.01 -
YUV 97.33 197.23 179.12 -
System Red Green Blue C M Y K H S L
Decimal 169 37 220 0.23 0.83 0 0.14 283.28 0.72 0.5
Hex A9 25 DC 17 53 0 E 11B 48 32
Octal 251 45 334 27 123 0 16 433 110 62
Binary 10101001 100101 11011100 10111 1010011 0 1110 100011011 1001000 110010

Color Harmonies of #A925DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A925DC

Black with #A925DC

Text Example


Text Example

White with #A925DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A925DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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