Html Css Color HEX #A65CA5 Violet Blue

📋 copy color: '#A65CA5'

red 166 ◦ green 92 ◦ blue 165

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

Shades of Violet Blue #A65CA5

Tints of Violet Blue #A65CA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 39.01%

R = 39.24%
G = 21.75%
B = 39.01%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.01

 K value IS 0.35

RGB Variations

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

Color information

#A65CA5 (or 0xA65CA5) is known color: Violet Blue. HEX triplet: A6, 5C and A5. RGB value is (166,92,165). Sum of RGB (Red+Green+Blue) = 166+92+165=423 (56% of max value = 765). Red value is 166 (65.23% from 255 or 39.24% from 423); Green value is 92 (36.33% from 255 or 21.75% from 423); Blue value is 165 (64.84% from 255 or 39.01% from 423); Max value from RGB is 166 - color contains mainly: red. Hex color #A65CA5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A65CA5 is #59A35A. Grayscale: #7A7A7A. Windows color (decimal): -5874523 or 10837158. OLE color: 10837158.

HSL color Cylindrical-coordinate representation of color #A65CA5: hue angle of 300.81º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A65CA5 is Cyan = 0, Magento = 0.45, Yellow = 0.01 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 92 165 -
CMYK 0 0.45 0.01 0.35
HSL 300.81º 0.29% 0.51% -
HSV(B) 300.81º 0.45% 0.65% -
XYZ 26.34 18.48 37.78 -
YUV 122.45 152.02 159.06 -
System Red Green Blue C M Y K H S L
Decimal 166 92 165 0 0.45 0.01 0.35 300.81 0.29 0.51
Hex A6 5C A5 0 2D 1 23 12D 1D 33
Octal 246 134 245 0 55 1 43 455 35 63
Binary 10100110 1011100 10100101 0 101101 1 100011 100101101 11101 110011

Color Harmonies of #A65CA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65CA5

Black with #A65CA5

Text Example


Text Example

White with #A65CA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65CA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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