Html Css Color HEX #A928E8 Dark Orchid

📋 copy color: '#A928E8'

red 169 ◦ green 40 ◦ blue 232

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

Shades of Dark Orchid #A928E8

Tints of Dark Orchid #A928E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 52.61%

R = 38.32%
G = 9.07%
B = 52.61%

CMYK

 C value IS 0.27

 M value IS 0.83

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#A928E8 (or 0xA928E8) is known color: Dark Orchid. HEX triplet: A9, 28 and E8. RGB value is (169,40,232). Sum of RGB (Red+Green+Blue) = 169+40+232=441 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.32% from 441); Green value is 40 (16.02% from 255 or 9.07% from 441); Blue value is 232 (91.02% from 255 or 52.61% from 441); Max value from RGB is 232 - color contains mainly: blue. Hex color #A928E8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A928E8 is #56D717. Grayscale: #636363. Windows color (decimal): -5691160 or 15214761. OLE color: 15214761.

HSL color Cylindrical-coordinate representation of color #A928E8: hue angle of 280.31º degrees, saturation: 0.81, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A928E8 is Cyan = 0.27, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 169 40 232 -
CMYK 0.27 0.83 0 0.09
HSL 280.31º 0.81% 0.53% -
HSV(B) 280.31º 0.83% 0.91% -
XYZ 31.69 15.78 77.72 -
YUV 100.46 202.24 176.89 -
System Red Green Blue C M Y K H S L
Decimal 169 40 232 0.27 0.83 0 0.09 280.31 0.81 0.53
Hex A9 28 E8 1B 53 0 9 118 51 35
Octal 251 50 350 33 123 0 11 430 121 65
Binary 10101001 101000 11101000 11011 1010011 0 1001 100011000 1010001 110101

Color Harmonies of #A928E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A928E8

Black with #A928E8

Text Example


Text Example

White with #A928E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A928E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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