Html Css Color HEX #A335ED Blue Violet

📋 copy color: '#A335ED'

red 163 ◦ green 53 ◦ blue 237

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

Shades of Blue Violet #A335ED

Tints of Blue Violet #A335ED

RGB

 RED value IS 163 (64.06% from 255) = 35.98%

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

 BLUE value IS 237 (92.97% from 255) = 52.32%

R = 35.98%
G = 11.7%
B = 52.32%

CMYK

 C value IS 0.31

 M value IS 0.78

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A335ED (or 0xA335ED) is known color: Blue Violet. HEX triplet: A3, 35 and ED. RGB value is (163,53,237). Sum of RGB (Red+Green+Blue) = 163+53+237=453 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.98% from 453); Green value is 53 (21.09% from 255 or 11.70% from 453); Blue value is 237 (92.97% from 255 or 52.32% from 453); Max value from RGB is 237 - color contains mainly: blue. Hex color #A335ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A335ED is #5CCA12. Grayscale: #6A6A6A. Windows color (decimal): -6081043 or 15545763. OLE color: 15545763.

HSL color Cylindrical-coordinate representation of color #A335ED: hue angle of 275.87º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A335ED is Cyan = 0.31, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 163 53 237 -
CMYK 0.31 0.78 0 0.07
HSL 275.87º 0.84% 0.57% -
HSV(B) 275.87º 0.78% 0.93% -
XYZ 31.66 16.45 81.63 -
YUV 106.87 201.44 168.04 -
System Red Green Blue C M Y K H S L
Decimal 163 53 237 0.31 0.78 0 0.07 275.87 0.84 0.57
Hex A3 35 ED 1F 4E 0 7 114 54 39
Octal 243 65 355 37 116 0 7 424 124 71
Binary 10100011 110101 11101101 11111 1001110 0 111 100010100 1010100 111001

Color Harmonies of #A335ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A335ED

Black with #A335ED

Text Example


Text Example

White with #A335ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A335ED; }

 p { color: rgb(163,53,237); }

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

background-color css

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

 a { background-color: rgb(163,53,237); }

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

border-color css

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

 span { border-color: rgb(163,53,237); }

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