Html Css Color HEX #A928C0 Dark Orchid

📋 copy color: '#A928C0'

red 169 ◦ green 40 ◦ blue 192

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

Shades of Dark Orchid #A928C0

Tints of Dark Orchid #A928C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 47.88%

R = 42.14%
G = 9.98%
B = 47.88%

CMYK

 C value IS 0.12

 M value IS 0.79

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A928C0 (or 0xA928C0) is known color: Dark Orchid. HEX triplet: A9, 28 and C0. RGB value is (169,40,192). Sum of RGB (Red+Green+Blue) = 169+40+192=401 (53% of max value = 765). Red value is 169 (66.41% from 255 or 42.14% from 401); Green value is 40 (16.02% from 255 or 9.98% from 401); Blue value is 192 (75.39% from 255 or 47.88% from 401); Max value from RGB is 192 - color contains mainly: blue. Hex color #A928C0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A928C0 is #56D73F. Grayscale: #5F5F5F. Windows color (decimal): -5691200 or 12593321. OLE color: 12593321.

HSL color Cylindrical-coordinate representation of color #A928C0: hue angle of 290.92º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A928C0 is Cyan = 0.12, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 169 40 192 -
CMYK 0.12 0.79 0 0.25
HSL 290.92º 0.66% 0.45% -
HSV(B) 290.92º 0.79% 0.75% -
XYZ 26.64 13.76 51.12 -
YUV 95.9 182.24 180.14 -
System Red Green Blue C M Y K H S L
Decimal 169 40 192 0.12 0.79 0 0.25 290.92 0.66 0.45
Hex A9 28 C0 C 4F 0 19 123 42 2D
Octal 251 50 300 14 117 0 31 443 102 55
Binary 10101001 101000 11000000 1100 1001111 0 11001 100100011 1000010 101101

Color Harmonies of #A928C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A928C0

Black with #A928C0

Text Example


Text Example

White with #A928C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A928C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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