Html Css Color HEX #A908B9 Dark Violet

📋 copy color: '#A908B9'

red 169 ◦ green 8 ◦ blue 185

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

Shades of Dark Violet #A908B9

Tints of Dark Violet #A908B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 51.1%

R = 46.69%
G = 2.21%
B = 51.1%

CMYK

 C value IS 0.09

 M value IS 0.96

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A908B9 (or 0xA908B9) is known color: Dark Violet. HEX triplet: A9, 08 and B9. RGB value is (169,8,185). Sum of RGB (Red+Green+Blue) = 169+8+185=362 (47% of max value = 765). Red value is 169 (66.41% from 255 or 46.69% from 362); Green value is 8 (3.52% from 255 or 2.21% from 362); Blue value is 185 (72.66% from 255 or 51.10% from 362); Max value from RGB is 185 - color contains mainly: blue. Hex color #A908B9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A908B9 is #56F746. Grayscale: #4B4B4B. Windows color (decimal): -5699399 or 12126377. OLE color: 12126377.

HSL color Cylindrical-coordinate representation of color #A908B9: hue angle of 294.58º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A908B9 is Cyan = 0.09, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 169 8 185 -
CMYK 0.09 0.96 0 0.27
HSL 294.58º 0.92% 0.38% -
HSV(B) 294.58º 0.96% 0.73% -
XYZ 25.21 12.11 46.91 -
YUV 76.32 189.34 194.11 -
System Red Green Blue C M Y K H S L
Decimal 169 8 185 0.09 0.96 0 0.27 294.58 0.92 0.38
Hex A9 8 B9 9 60 0 1B 127 5C 26
Octal 251 10 271 11 140 0 33 447 134 46
Binary 10101001 1000 10111001 1001 1100000 0 11011 100100111 1011100 100110

Color Harmonies of #A908B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A908B9

Black with #A908B9

Text Example


Text Example

White with #A908B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A908B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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