Html Css Color HEX #A65CB0 Violet Blue

📋 copy color: '#A65CB0'

red 166 ◦ green 92 ◦ blue 176

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

Shades of Violet Blue #A65CB0

Tints of Violet Blue #A65CB0

RGB

 RED value IS 166 (65.23% from 255) = 38.25%

 GREEN value IS 92 (36.33% from 255) = 21.2%

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

R = 38.25%
G = 21.2%
B = 40.55%

CMYK

 C value IS 0.06

 M value IS 0.48

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A65CB0 (or 0xA65CB0) is known color: Violet Blue. HEX triplet: A6, 5C and B0. RGB value is (166,92,176). Sum of RGB (Red+Green+Blue) = 166+92+176=434 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.25% from 434); Green value is 92 (36.33% from 255 or 21.20% from 434); Blue value is 176 (69.14% from 255 or 40.55% from 434); Max value from RGB is 176 - color contains mainly: blue. Hex color #A65CB0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A65CB0 is #59A34F. Grayscale: #7B7B7B. Windows color (decimal): -5874512 or 11558054. OLE color: 11558054.

HSL color Cylindrical-coordinate representation of color #A65CB0: hue angle of 292.86º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A65CB0 is Cyan = 0.06, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 166 92 176 -
CMYK 0.06 0.48 0 0.31
HSL 292.86º 0.35% 0.53% -
HSV(B) 292.86º 0.48% 0.69% -
XYZ 27.39 18.9 43.28 -
YUV 123.7 157.52 158.17 -
System Red Green Blue C M Y K H S L
Decimal 166 92 176 0.06 0.48 0 0.31 292.86 0.35 0.53
Hex A6 5C B0 6 30 0 1F 125 23 35
Octal 246 134 260 6 60 0 37 445 43 65
Binary 10100110 1011100 10110000 110 110000 0 11111 100100101 100011 110101

Color Harmonies of #A65CB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65CB0

Black with #A65CB0

Text Example


Text Example

White with #A65CB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65CB0; }

 p { color: rgb(166,92,176); }

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

background-color css

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

 a { background-color: rgb(166,92,176); }

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

border-color css

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

 span { border-color: rgb(166,92,176); }

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