Html Css Color HEX #A65DB0 Violet Blue

📋 copy color: '#A65DB0'

red 166 ◦ green 93 ◦ blue 176

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

Shades of Violet Blue #A65DB0

Tints of Violet Blue #A65DB0

RGB

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

 GREEN value IS 93 (36.72% from 255) = 21.38%

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

R = 38.16%
G = 21.38%
B = 40.46%

CMYK

 C value IS 0.06

 M value IS 0.47

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A65DB0 (or 0xA65DB0) is known color: Violet Blue. HEX triplet: A6, 5D and B0. RGB value is (166,93,176). Sum of RGB (Red+Green+Blue) = 166+93+176=435 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.16% from 435); Green value is 93 (36.72% from 255 or 21.38% from 435); Blue value is 176 (69.14% from 255 or 40.46% from 435); Max value from RGB is 176 - color contains mainly: blue. Hex color #A65DB0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A65DB0 is #59A24F. Grayscale: #7C7C7C. Windows color (decimal): -5874256 or 11558310. OLE color: 11558310.

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

Color convert

RGB 166 93 176 -
CMYK 0.06 0.47 0 0.31
HSL 292.77º 0.34% 0.53% -
HSV(B) 292.77º 0.47% 0.69% -
XYZ 27.48 19.07 43.31 -
YUV 124.29 157.18 157.75 -
System Red Green Blue C M Y K H S L
Decimal 166 93 176 0.06 0.47 0 0.31 292.77 0.34 0.53
Hex A6 5D B0 6 2F 0 1F 125 22 35
Octal 246 135 260 6 57 0 37 445 42 65
Binary 10100110 1011101 10110000 110 101111 0 11111 100100101 100010 110101

Color Harmonies of #A65DB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65DB0

Black with #A65DB0

Text Example


Text Example

White with #A65DB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65DB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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