Html Css Color HEX #A835FA Blue Violet

📋 copy color: '#A835FA'

red 168 ◦ green 53 ◦ blue 250

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

Shades of Blue Violet #A835FA

Tints of Blue Violet #A835FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 53.08%

R = 35.67%
G = 11.25%
B = 53.08%

CMYK

 C value IS 0.33

 M value IS 0.79

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A835FA (or 0xA835FA) is known color: Blue Violet. HEX triplet: A8, 35 and FA. RGB value is (168,53,250). Sum of RGB (Red+Green+Blue) = 168+53+250=471 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.67% from 471); Green value is 53 (21.09% from 255 or 11.25% from 471); Blue value is 250 (98.05% from 255 or 53.08% from 471); Max value from RGB is 250 - color contains mainly: blue. Hex color #A835FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A835FA is #57CA05. Grayscale: #6D6D6D. Windows color (decimal): -5753350 or 16397736. OLE color: 16397736.

HSL color Cylindrical-coordinate representation of color #A835FA: hue angle of 275.03º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A835FA is Cyan = 0.33, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 168 53 250 -
CMYK 0.33 0.79 0 0.02
HSL 275.03º 0.95% 0.59% -
HSV(B) 275.03º 0.79% 0.98% -
XYZ 34.68 17.77 92.05 -
YUV 109.84 207.1 169.48 -
System Red Green Blue C M Y K H S L
Decimal 168 53 250 0.33 0.79 0 0.02 275.03 0.95 0.59
Hex A8 35 FA 21 4F 0 2 113 5F 3B
Octal 250 65 372 41 117 0 2 423 137 73
Binary 10101000 110101 11111010 100001 1001111 0 10 100010011 1011111 111011

Color Harmonies of #A835FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A835FA

Black with #A835FA

Text Example


Text Example

White with #A835FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A835FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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