Html Css Color HEX #A850B1 Violet Blue

📋 copy color: '#A850B1'

red 168 ◦ green 80 ◦ blue 177

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

Shades of Violet Blue #A850B1

Tints of Violet Blue #A850B1

RGB

 RED value IS 168 (66.02% from 255) = 39.53%

 GREEN value IS 80 (31.64% from 255) = 18.82%

 BLUE value IS 177 (69.53% from 255) = 41.65%

R = 39.53%
G = 18.82%
B = 41.65%

CMYK

 C value IS 0.05

 M value IS 0.55

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A850B1 (or 0xA850B1) is known color: Violet Blue. HEX triplet: A8, 50 and B1. RGB value is (168,80,177). Sum of RGB (Red+Green+Blue) = 168+80+177=425 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.53% from 425); Green value is 80 (31.64% from 255 or 18.82% from 425); Blue value is 177 (69.53% from 255 or 41.65% from 425); Max value from RGB is 177 - color contains mainly: blue. Hex color #A850B1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A850B1 is #57AF4E. Grayscale: #757575. Windows color (decimal): -5746511 or 11620520. OLE color: 11620520.

HSL color Cylindrical-coordinate representation of color #A850B1: hue angle of 294.43º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A850B1 is Cyan = 0.05, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 168 80 177 -
CMYK 0.05 0.55 0 0.31
HSL 294.43º 0.38% 0.5% -
HSV(B) 294.43º 0.55% 0.69% -
XYZ 26.95 17.24 43.5 -
YUV 117.37 161.65 164.11 -
System Red Green Blue C M Y K H S L
Decimal 168 80 177 0.05 0.55 0 0.31 294.43 0.38 0.5
Hex A8 50 B1 5 37 0 1F 126 26 32
Octal 250 120 261 5 67 0 37 446 46 62
Binary 10101000 1010000 10110001 101 110111 0 11111 100100110 100110 110010

Color Harmonies of #A850B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A850B1

Black with #A850B1

Text Example


Text Example

White with #A850B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A850B1; }

 p { color: rgb(168,80,177); }

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

background-color css

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

 a { background-color: rgb(168,80,177); }

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

border-color css

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

 span { border-color: rgb(168,80,177); }

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