Html Css Color HEX #A925E1 Dark Orchid

📋 copy color: '#A925E1'

red 169 ◦ green 37 ◦ blue 225

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

Shades of Dark Orchid #A925E1

Tints of Dark Orchid #A925E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 52.2%

R = 39.21%
G = 8.58%
B = 52.2%

CMYK

 C value IS 0.25

 M value IS 0.84

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#A925E1 (or 0xA925E1) is known color: Dark Orchid. HEX triplet: A9, 25 and E1. RGB value is (169,37,225). Sum of RGB (Red+Green+Blue) = 169+37+225=431 (57% of max value = 765). Red value is 169 (66.41% from 255 or 39.21% from 431); Green value is 37 (14.84% from 255 or 8.58% from 431); Blue value is 225 (88.28% from 255 or 52.20% from 431); Max value from RGB is 225 - color contains mainly: blue. Hex color #A925E1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A925E1 is #56DA1E. Grayscale: #616161. Windows color (decimal): -5691935 or 14755241. OLE color: 14755241.

HSL color Cylindrical-coordinate representation of color #A925E1: hue angle of 282.13º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A925E1 is Cyan = 0.25, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 169 37 225 -
CMYK 0.25 0.84 0 0.12
HSL 282.13º 0.76% 0.51% -
HSV(B) 282.13º 0.84% 0.88% -
XYZ 30.61 15.19 72.55 -
YUV 97.9 199.73 178.71 -
System Red Green Blue C M Y K H S L
Decimal 169 37 225 0.25 0.84 0 0.12 282.13 0.76 0.51
Hex A9 25 E1 19 54 0 C 11A 4C 33
Octal 251 45 341 31 124 0 14 432 114 63
Binary 10101001 100101 11100001 11001 1010100 0 1100 100011010 1001100 110011

Color Harmonies of #A925E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A925E1

Black with #A925E1

Text Example


Text Example

White with #A925E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A925E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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