Html Css Color HEX #A864B4 Violet Blue

📋 copy color: '#A864B4'

red 168 ◦ green 100 ◦ blue 180

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

Shades of Violet Blue #A864B4

Tints of Violet Blue #A864B4

RGB

 RED value IS 168 (66.02% from 255) = 37.5%

 GREEN value IS 100 (39.45% from 255) = 22.32%

 BLUE value IS 180 (70.7% from 255) = 40.18%

R = 37.5%
G = 22.32%
B = 40.18%

CMYK

 C value IS 0.07

 M value IS 0.44

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A864B4 (or 0xA864B4) is known color: Violet Blue. HEX triplet: A8, 64 and B4. RGB value is (168,100,180). Sum of RGB (Red+Green+Blue) = 168+100+180=448 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.5% from 448); Green value is 100 (39.45% from 255 or 22.32% from 448); Blue value is 180 (70.70% from 255 or 40.18% from 448); Max value from RGB is 180 - color contains mainly: blue. Hex color #A864B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A864B4 is #579B4B. Grayscale: #818181. Windows color (decimal): -5741388 or 11822248. OLE color: 11822248.

HSL color Cylindrical-coordinate representation of color #A864B4: hue angle of 291º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A864B4 is Cyan = 0.07, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 168 100 180 -
CMYK 0.07 0.44 0 0.29
HSL 291º 0.35% 0.55% -
HSV(B) 291º 0.44% 0.71% -
XYZ 28.94 20.73 45.66 -
YUV 129.45 156.53 155.5 -
System Red Green Blue C M Y K H S L
Decimal 168 100 180 0.07 0.44 0 0.29 291 0.35 0.55
Hex A8 64 B4 7 2C 0 1D 123 23 37
Octal 250 144 264 7 54 0 35 443 43 67
Binary 10101000 1100100 10110100 111 101100 0 11101 100100011 100011 110111

Color Harmonies of #A864B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A864B4

Black with #A864B4

Text Example


Text Example

White with #A864B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A864B4; }

 p { color: rgb(168,100,180); }

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

background-color css

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

 a { background-color: rgb(168,100,180); }

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

border-color css

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

 span { border-color: rgb(168,100,180); }

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