Html Css Color HEX #A908E0 Dark Violet

📋 copy color: '#A908E0'

red 169 ◦ green 8 ◦ blue 224

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

Shades of Dark Violet #A908E0

Tints of Dark Violet #A908E0

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2%

 BLUE value IS 224 (87.89% from 255) = 55.86%

R = 42.14%
G = 2%
B = 55.86%

CMYK

 C value IS 0.25

 M value IS 0.96

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#A908E0 (or 0xA908E0) is known color: Dark Violet. HEX triplet: A9, 08 and E0. RGB value is (169,8,224). Sum of RGB (Red+Green+Blue) = 169+8+224=401 (53% of max value = 765). Red value is 169 (66.41% from 255 or 42.14% from 401); Green value is 8 (3.52% from 255 or 2.00% from 401); Blue value is 224 (87.89% from 255 or 55.86% from 401); Max value from RGB is 224 - color contains mainly: blue. Hex color #A908E0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A908E0 is #56F71F. Grayscale: #505050. Windows color (decimal): -5699360 or 14682281. OLE color: 14682281.

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

Color convert

RGB 169 8 224 -
CMYK 0.25 0.96 0 0.12
HSL 284.72º 0.93% 0.45% -
HSV(B) 284.72º 0.96% 0.88% -
XYZ 29.9 13.99 71.65 -
YUV 80.76 208.84 190.94 -
System Red Green Blue C M Y K H S L
Decimal 169 8 224 0.25 0.96 0 0.12 284.72 0.93 0.45
Hex A9 8 E0 19 60 0 C 11D 5D 2D
Octal 251 10 340 31 140 0 14 435 135 55
Binary 10101001 1000 11100000 11001 1100000 0 1100 100011101 1011101 101101

Color Harmonies of #A908E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A908E0

Black with #A908E0

Text Example


Text Example

White with #A908E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A908E0; }

 p { color: rgb(169,8,224); }

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

background-color css

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

 a { background-color: rgb(169,8,224); }

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

border-color css

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

 span { border-color: rgb(169,8,224); }

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