Html Css Color HEX #A928BE Dark Orchid

📋 copy color: '#A928BE'

red 169 ◦ green 40 ◦ blue 190

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

Shades of Dark Orchid #A928BE

Tints of Dark Orchid #A928BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 47.62%

R = 42.36%
G = 10.03%
B = 47.62%

CMYK

 C value IS 0.11

 M value IS 0.79

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A928BE (or 0xA928BE) is known color: Dark Orchid. HEX triplet: A9, 28 and BE. RGB value is (169,40,190). Sum of RGB (Red+Green+Blue) = 169+40+190=399 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.36% from 399); Green value is 40 (16.02% from 255 or 10.03% from 399); Blue value is 190 (74.61% from 255 or 47.62% from 399); Max value from RGB is 190 - color contains mainly: blue. Hex color #A928BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A928BE is #56D741. Grayscale: #5F5F5F. Windows color (decimal): -5691202 or 12462249. OLE color: 12462249.

HSL color Cylindrical-coordinate representation of color #A928BE: hue angle of 291.6º degrees, saturation: 0.65, 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 #A928BE is Cyan = 0.11, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 169 40 190 -
CMYK 0.11 0.79 0 0.25
HSL 291.6º 0.65% 0.45% -
HSV(B) 291.6º 0.79% 0.75% -
XYZ 26.42 13.67 49.96 -
YUV 95.67 181.24 180.3 -
System Red Green Blue C M Y K H S L
Decimal 169 40 190 0.11 0.79 0 0.25 291.6 0.65 0.45
Hex A9 28 BE B 4F 0 19 124 41 2D
Octal 251 50 276 13 117 0 31 444 101 55
Binary 10101001 101000 10111110 1011 1001111 0 11001 100100100 1000001 101101

Color Harmonies of #A928BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A928BE

Black with #A928BE

Text Example


Text Example

White with #A928BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A928BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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