Html Css Color HEX #A928C6 Dark Orchid

📋 copy color: '#A928C6'

red 169 ◦ green 40 ◦ blue 198

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

Shades of Dark Orchid #A928C6

Tints of Dark Orchid #A928C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 48.65%

R = 41.52%
G = 9.83%
B = 48.65%

CMYK

 C value IS 0.15

 M value IS 0.80

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#A928C6 (or 0xA928C6) is known color: Dark Orchid. HEX triplet: A9, 28 and C6. RGB value is (169,40,198). Sum of RGB (Red+Green+Blue) = 169+40+198=407 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.52% from 407); Green value is 40 (16.02% from 255 or 9.83% from 407); Blue value is 198 (77.73% from 255 or 48.65% from 407); Max value from RGB is 198 - color contains mainly: blue. Hex color #A928C6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A928C6 is #56D739. Grayscale: #606060. Windows color (decimal): -5691194 or 12986537. OLE color: 12986537.

HSL color Cylindrical-coordinate representation of color #A928C6: hue angle of 288.99º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A928C6 is Cyan = 0.15, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 169 40 198 -
CMYK 0.15 0.80 0 0.22
HSL 288.99º 0.66% 0.47% -
HSV(B) 288.99º 0.8% 0.78% -
XYZ 27.31 14.03 54.69 -
YUV 96.58 185.24 179.65 -
System Red Green Blue C M Y K H S L
Decimal 169 40 198 0.15 0.80 0 0.22 288.99 0.66 0.47
Hex A9 28 C6 F 50 0 16 121 42 2F
Octal 251 50 306 17 120 0 26 441 102 57
Binary 10101001 101000 11000110 1111 1010000 0 10110 100100001 1000010 101111

Color Harmonies of #A928C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A928C6

Black with #A928C6

Text Example


Text Example

White with #A928C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A928C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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