Html Css Color HEX #A961B4 Violet Blue

📋 copy color: '#A961B4'

red 169 ◦ green 97 ◦ blue 180

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

Shades of Violet Blue #A961B4

Tints of Violet Blue #A961B4

RGB

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

 GREEN value IS 97 (38.28% from 255) = 21.75%

 BLUE value IS 180 (70.7% from 255) = 40.36%

R = 37.89%
G = 21.75%
B = 40.36%

CMYK

 C value IS 0.06

 M value IS 0.46

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A961B4 (or 0xA961B4) is known color: Violet Blue. HEX triplet: A9, 61 and B4. RGB value is (169,97,180). Sum of RGB (Red+Green+Blue) = 169+97+180=446 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.89% from 446); Green value is 97 (38.28% from 255 or 21.75% from 446); Blue value is 180 (70.70% from 255 or 40.36% from 446); Max value from RGB is 180 - color contains mainly: blue. Hex color #A961B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A961B4 is #569E4B. Grayscale: #7F7F7F. Windows color (decimal): -5676620 or 11821481. OLE color: 11821481.

HSL color Cylindrical-coordinate representation of color #A961B4: hue angle of 292.05º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A961B4 is Cyan = 0.06, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 169 97 180 -
CMYK 0.06 0.46 0 0.29
HSL 292.05º 0.36% 0.54% -
HSV(B) 292.05º 0.46% 0.71% -
XYZ 28.88 20.28 45.57 -
YUV 127.99 157.35 157.25 -
System Red Green Blue C M Y K H S L
Decimal 169 97 180 0.06 0.46 0 0.29 292.05 0.36 0.54
Hex A9 61 B4 6 2E 0 1D 124 24 36
Octal 251 141 264 6 56 0 35 444 44 66
Binary 10101001 1100001 10110100 110 101110 0 11101 100100100 100100 110110

Color Harmonies of #A961B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A961B4

Black with #A961B4

Text Example


Text Example

White with #A961B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A961B4; }

 p { color: rgb(169,97,180); }

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

background-color css

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

 a { background-color: rgb(169,97,180); }

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

border-color css

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

 span { border-color: rgb(169,97,180); }

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