Html Css Color HEX #A90FCB Dark Violet

📋 copy color: '#A90FCB'

red 169 ◦ green 15 ◦ blue 203

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

Shades of Dark Violet #A90FCB

Tints of Dark Violet #A90FCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 52.45%

R = 43.67%
G = 3.88%
B = 52.45%

CMYK

 C value IS 0.17

 M value IS 0.93

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A90FCB (or 0xA90FCB) is known color: Dark Violet. HEX triplet: A9, 0F and CB. RGB value is (169,15,203). Sum of RGB (Red+Green+Blue) = 169+15+203=387 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.67% from 387); Green value is 15 (6.25% from 255 or 3.88% from 387); Blue value is 203 (79.69% from 255 or 52.45% from 387); Max value from RGB is 203 - color contains mainly: blue. Hex color #A90FCB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A90FCB is #56F034. Grayscale: #515151. Windows color (decimal): -5697589 or 13307817. OLE color: 13307817.

HSL color Cylindrical-coordinate representation of color #A90FCB: hue angle of 289.15º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A90FCB is Cyan = 0.17, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 169 15 203 -
CMYK 0.17 0.93 0 0.20
HSL 289.15º 0.86% 0.43% -
HSV(B) 289.15º 0.93% 0.8% -
XYZ 27.31 13.09 57.59 -
YUV 82.48 196.02 189.71 -
System Red Green Blue C M Y K H S L
Decimal 169 15 203 0.17 0.93 0 0.20 289.15 0.86 0.43
Hex A9 F CB 11 5D 0 14 121 56 2B
Octal 251 17 313 21 135 0 24 441 126 53
Binary 10101001 1111 11001011 10001 1011101 0 10100 100100001 1010110 101011

Color Harmonies of #A90FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A90FCB

Black with #A90FCB

Text Example


Text Example

White with #A90FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A90FCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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