Html Css Color HEX #A928DE Dark Orchid

📋 copy color: '#A928DE'

red 169 ◦ green 40 ◦ blue 222

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

Shades of Dark Orchid #A928DE

Tints of Dark Orchid #A928DE

RGB

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

 GREEN value IS 40 (16.02% from 255) = 9.28%

 BLUE value IS 222 (87.11% from 255) = 51.51%

R = 39.21%
G = 9.28%
B = 51.51%

CMYK

 C value IS 0.24

 M value IS 0.82

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A928DE (or 0xA928DE) is known color: Dark Orchid. HEX triplet: A9, 28 and DE. RGB value is (169,40,222). Sum of RGB (Red+Green+Blue) = 169+40+222=431 (57% of max value = 765). Red value is 169 (66.41% from 255 or 39.21% from 431); Green value is 40 (16.02% from 255 or 9.28% from 431); Blue value is 222 (87.11% from 255 or 51.51% from 431); Max value from RGB is 222 - color contains mainly: blue. Hex color #A928DE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A928DE is #56D721. Grayscale: #626262. Windows color (decimal): -5691170 or 14559401. OLE color: 14559401.

HSL color Cylindrical-coordinate representation of color #A928DE: hue angle of 282.53º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A928DE is Cyan = 0.24, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 169 40 222 -
CMYK 0.24 0.82 0 0.13
HSL 282.53º 0.73% 0.51% -
HSV(B) 282.53º 0.82% 0.87% -
XYZ 30.31 15.23 70.45 -
YUV 99.32 197.24 177.7 -
System Red Green Blue C M Y K H S L
Decimal 169 40 222 0.24 0.82 0 0.13 282.53 0.73 0.51
Hex A9 28 DE 18 52 0 D 11B 49 33
Octal 251 50 336 30 122 0 15 433 111 63
Binary 10101001 101000 11011110 11000 1010010 0 1101 100011011 1001001 110011

Color Harmonies of #A928DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A928DE

Black with #A928DE

Text Example


Text Example

White with #A928DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A928DE; }

 p { color: rgb(169,40,222); }

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

background-color css

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

 a { background-color: rgb(169,40,222); }

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

border-color css

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

 span { border-color: rgb(169,40,222); }

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