Html Css Color HEX #A835AA Violet Blue

📋 copy color: '#A835AA'

red 168 ◦ green 53 ◦ blue 170

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

Shades of Violet Blue #A835AA

Tints of Violet Blue #A835AA

RGB

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

 GREEN value IS 53 (21.09% from 255) = 13.55%

 BLUE value IS 170 (66.8% from 255) = 43.48%

R = 42.97%
G = 13.55%
B = 43.48%

CMYK

 C value IS 0.01

 M value IS 0.69

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A835AA (or 0xA835AA) is known color: Violet Blue. HEX triplet: A8, 35 and AA. RGB value is (168,53,170). Sum of RGB (Red+Green+Blue) = 168+53+170=391 (51% of max value = 765). Red value is 168 (66.02% from 255 or 42.97% from 391); Green value is 53 (21.09% from 255 or 13.55% from 391); Blue value is 170 (66.80% from 255 or 43.48% from 391); Max value from RGB is 170 - color contains mainly: blue. Hex color #A835AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A835AA is #57CA55. Grayscale: #646464. Windows color (decimal): -5753430 or 11154856. OLE color: 11154856.

HSL color Cylindrical-coordinate representation of color #A835AA: hue angle of 298.97º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A835AA is Cyan = 0.01, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 168 53 170 -
CMYK 0.01 0.69 0 0.33
HSL 298.97º 0.52% 0.44% -
HSV(B) 298.97º 0.69% 0.67% -
XYZ 24.68 13.77 39.39 -
YUV 100.72 167.1 175.99 -
System Red Green Blue C M Y K H S L
Decimal 168 53 170 0.01 0.69 0 0.33 298.97 0.52 0.44
Hex A8 35 AA 1 45 0 21 12B 34 2C
Octal 250 65 252 1 105 0 41 453 64 54
Binary 10101000 110101 10101010 1 1000101 0 100001 100101011 110100 101100

Color Harmonies of #A835AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A835AA

Black with #A835AA

Text Example


Text Example

White with #A835AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A835AA; }

 p { color: rgb(168,53,170); }

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

background-color css

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

 a { background-color: rgb(168,53,170); }

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

border-color css

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

 span { border-color: rgb(168,53,170); }

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