Html Css Color HEX #A850B0 Violet Blue

📋 copy color: '#A850B0'

red 168 ◦ green 80 ◦ blue 176

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

Shades of Violet Blue #A850B0

Tints of Violet Blue #A850B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 41.51%

R = 39.62%
G = 18.87%
B = 41.51%

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

#A850B0 (or 0xA850B0) is known color: Violet Blue. HEX triplet: A8, 50 and B0. RGB value is (168,80,176). Sum of RGB (Red+Green+Blue) = 168+80+176=424 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.62% from 424); Green value is 80 (31.64% from 255 or 18.87% from 424); Blue value is 176 (69.14% from 255 or 41.51% from 424); Max value from RGB is 176 - color contains mainly: blue. Hex color #A850B0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A850B0 is #57AF4F. Grayscale: #747474. Windows color (decimal): -5746512 or 11554984. OLE color: 11554984.

HSL color Cylindrical-coordinate representation of color #A850B0: hue angle of 295º 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 #A850B0 is Cyan = 0.05, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 168 80 176 -
CMYK 0.05 0.55 0 0.31
HSL 295º 0.38% 0.5% -
HSV(B) 295º 0.55% 0.69% -
XYZ 26.85 17.2 42.98 -
YUV 117.26 161.15 164.19 -
System Red Green Blue C M Y K H S L
Decimal 168 80 176 0.05 0.55 0 0.31 295 0.38 0.5
Hex A8 50 B0 5 37 0 1F 127 26 32
Octal 250 120 260 5 67 0 37 447 46 62
Binary 10101000 1010000 10110000 101 110111 0 11111 100100111 100110 110010

Color Harmonies of #A850B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A850B0

Black with #A850B0

Text Example


Text Example

White with #A850B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A850B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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