Html Css Color HEX #A265B0 Violet Blue

📋 copy color: '#A265B0'

red 162 ◦ green 101 ◦ blue 176

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

Shades of Violet Blue #A265B0

Tints of Violet Blue #A265B0

RGB

 RED value IS 162 (63.67% from 255) = 36.9%

 GREEN value IS 101 (39.84% from 255) = 23.01%

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

R = 36.9%
G = 23.01%
B = 40.09%

CMYK

 C value IS 0.08

 M value IS 0.43

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A265B0 (or 0xA265B0) is known color: Violet Blue. HEX triplet: A2, 65 and B0. RGB value is (162,101,176). Sum of RGB (Red+Green+Blue) = 162+101+176=439 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.90% from 439); Green value is 101 (39.84% from 255 or 23.01% from 439); Blue value is 176 (69.14% from 255 or 40.09% from 439); Max value from RGB is 176 - color contains mainly: blue. Hex color #A265B0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A265B0 is #5D9A4F. Grayscale: #7F7F7F. Windows color (decimal): -6134352 or 11560354. OLE color: 11560354.

HSL color Cylindrical-coordinate representation of color #A265B0: hue angle of 288.8º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A265B0 is Cyan = 0.08, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 162 101 176 -
CMYK 0.08 0.43 0 0.31
HSL 288.8º 0.32% 0.54% -
HSV(B) 288.8º 0.43% 0.69% -
XYZ 27.39 20.12 43.51 -
YUV 127.79 155.21 152.4 -
System Red Green Blue C M Y K H S L
Decimal 162 101 176 0.08 0.43 0 0.31 288.8 0.32 0.54
Hex A2 65 B0 8 2B 0 1F 121 20 36
Octal 242 145 260 10 53 0 37 441 40 66
Binary 10100010 1100101 10110000 1000 101011 0 11111 100100001 100000 110110

Color Harmonies of #A265B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A265B0

Black with #A265B0

Text Example


Text Example

White with #A265B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A265B0; }

 p { color: rgb(162,101,176); }

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

background-color css

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

 a { background-color: rgb(162,101,176); }

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

border-color css

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

 span { border-color: rgb(162,101,176); }

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