Html Css Color HEX #A908B7 Dark Violet

📋 copy color: '#A908B7'

red 169 ◦ green 8 ◦ blue 183

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

Shades of Dark Violet #A908B7

Tints of Dark Violet #A908B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 50.83%

R = 46.94%
G = 2.22%
B = 50.83%

CMYK

 C value IS 0.08

 M value IS 0.96

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#A908B7 (or 0xA908B7) is known color: Dark Violet. HEX triplet: A9, 08 and B7. RGB value is (169,8,183). Sum of RGB (Red+Green+Blue) = 169+8+183=360 (47% of max value = 765). Red value is 169 (66.41% from 255 or 46.94% from 360); Green value is 8 (3.52% from 255 or 2.22% from 360); Blue value is 183 (71.88% from 255 or 50.83% from 360); Max value from RGB is 183 - color contains mainly: blue. Hex color #A908B7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A908B7 is #56F748. Grayscale: #4B4B4B. Windows color (decimal): -5699401 or 11995305. OLE color: 11995305.

HSL color Cylindrical-coordinate representation of color #A908B7: hue angle of 295.2º degrees, saturation: 0.92, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A908B7 is Cyan = 0.08, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 169 8 183 -
CMYK 0.08 0.96 0 0.28
HSL 295.2º 0.92% 0.37% -
HSV(B) 295.2º 0.96% 0.72% -
XYZ 25 12.03 45.8 -
YUV 76.09 188.34 194.27 -
System Red Green Blue C M Y K H S L
Decimal 169 8 183 0.08 0.96 0 0.28 295.2 0.92 0.37
Hex A9 8 B7 8 60 0 1C 127 5C 25
Octal 251 10 267 10 140 0 34 447 134 45
Binary 10101001 1000 10110111 1000 1100000 0 11100 100100111 1011100 100101

Color Harmonies of #A908B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A908B7

Black with #A908B7

Text Example


Text Example

White with #A908B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A908B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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