Html Css Color HEX #AC65B1 Violet Blue

📋 copy color: '#AC65B1'

red 172 ◦ green 101 ◦ blue 177

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

Shades of Violet Blue #AC65B1

Tints of Violet Blue #AC65B1

RGB

 RED value IS 172 (67.58% from 255) = 38.22%

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

 BLUE value IS 177 (69.53% from 255) = 39.33%

R = 38.22%
G = 22.44%
B = 39.33%

CMYK

 C value IS 0.03

 M value IS 0.43

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#AC65B1 (or 0xAC65B1) is known color: Violet Blue. HEX triplet: AC, 65 and B1. RGB value is (172,101,177). Sum of RGB (Red+Green+Blue) = 172+101+177=450 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.22% from 450); Green value is 101 (39.84% from 255 or 22.44% from 450); Blue value is 177 (69.53% from 255 or 39.33% from 450); Max value from RGB is 177 - color contains mainly: blue. Hex color #AC65B1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC65B1 is #539A4E. Grayscale: #828282. Windows color (decimal): -5478991 or 11625900. OLE color: 11625900.

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

Color convert

RGB 172 101 177 -
CMYK 0.03 0.43 0 0.31
HSL 296.05º 0.33% 0.55% -
HSV(B) 296.05º 0.43% 0.69% -
XYZ 29.6 21.25 44.14 -
YUV 130.89 154.02 157.32 -
System Red Green Blue C M Y K H S L
Decimal 172 101 177 0.03 0.43 0 0.31 296.05 0.33 0.55
Hex AC 65 B1 3 2B 0 1F 128 21 37
Octal 254 145 261 3 53 0 37 450 41 67
Binary 10101100 1100101 10110001 11 101011 0 11111 100101000 100001 110111

Color Harmonies of #AC65B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC65B1

Black with #AC65B1

Text Example


Text Example

White with #AC65B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC65B1; }

 p { color: rgb(172,101,177); }

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

background-color css

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

 a { background-color: rgb(172,101,177); }

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

border-color css

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

 span { border-color: rgb(172,101,177); }

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