Html Css Color HEX #A90FBC Dark Violet

📋 copy color: '#A90FBC'

red 169 ◦ green 15 ◦ blue 188

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

Shades of Dark Violet #A90FBC

Tints of Dark Violet #A90FBC

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.03%

 BLUE value IS 188 (73.83% from 255) = 50.54%

R = 45.43%
G = 4.03%
B = 50.54%

CMYK

 C value IS 0.10

 M value IS 0.92

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A90FBC (or 0xA90FBC) is known color: Dark Violet. HEX triplet: A9, 0F and BC. RGB value is (169,15,188). Sum of RGB (Red+Green+Blue) = 169+15+188=372 (49% of max value = 765). Red value is 169 (66.41% from 255 or 45.43% from 372); Green value is 15 (6.25% from 255 or 4.03% from 372); Blue value is 188 (73.83% from 255 or 50.54% from 372); Max value from RGB is 188 - color contains mainly: blue. Hex color #A90FBC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A90FBC is #56F043. Grayscale: #505050. Windows color (decimal): -5697604 or 12324777. OLE color: 12324777.

HSL color Cylindrical-coordinate representation of color #A90FBC: hue angle of 293.41º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A90FBC is Cyan = 0.10, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 169 15 188 -
CMYK 0.10 0.92 0 0.26
HSL 293.41º 0.85% 0.4% -
HSV(B) 293.41º 0.92% 0.74% -
XYZ 25.61 12.41 48.62 -
YUV 80.77 188.52 190.93 -
System Red Green Blue C M Y K H S L
Decimal 169 15 188 0.10 0.92 0 0.26 293.41 0.85 0.4
Hex A9 F BC A 5C 0 1A 125 55 28
Octal 251 17 274 12 134 0 32 445 125 50
Binary 10101001 1111 10111100 1010 1011100 0 11010 100100101 1010101 101000

Color Harmonies of #A90FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A90FBC

Black with #A90FBC

Text Example


Text Example

White with #A90FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A90FBC; }

 p { color: rgb(169,15,188); }

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

background-color css

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

 a { background-color: rgb(169,15,188); }

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

border-color css

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

 span { border-color: rgb(169,15,188); }

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