Html Css Color HEX #A834FA Blue Violet

📋 copy color: '#A834FA'

red 168 ◦ green 52 ◦ blue 250

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

Shades of Blue Violet #A834FA

Tints of Blue Violet #A834FA

RGB

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

 GREEN value IS 52 (20.7% from 255) = 11.06%

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

R = 35.74%
G = 11.06%
B = 53.19%

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

#A834FA (or 0xA834FA) is known color: Blue Violet. HEX triplet: A8, 34 and FA. RGB value is (168,52,250). Sum of RGB (Red+Green+Blue) = 168+52+250=470 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.74% from 470); Green value is 52 (20.70% from 255 or 11.06% from 470); Blue value is 250 (98.05% from 255 or 53.19% from 470); Max value from RGB is 250 - color contains mainly: blue. Hex color #A834FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A834FA is #57CB05. Grayscale: #6C6C6C. Windows color (decimal): -5753606 or 16397480. OLE color: 16397480.

HSL color Cylindrical-coordinate representation of color #A834FA: hue angle of 275.15º 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 #A834FA is Cyan = 0.33, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 168 52 250 -
CMYK 0.33 0.79 0 0.02
HSL 275.15º 0.95% 0.59% -
HSV(B) 275.15º 0.79% 0.98% -
XYZ 34.63 17.68 92.03 -
YUV 109.26 207.43 169.9 -
System Red Green Blue C M Y K H S L
Decimal 168 52 250 0.33 0.79 0 0.02 275.15 0.95 0.59
Hex A8 34 FA 21 4F 0 2 113 5F 3B
Octal 250 64 372 41 117 0 2 423 137 73
Binary 10101000 110100 11111010 100001 1001111 0 10 100010011 1011111 111011

Color Harmonies of #A834FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A834FA

Black with #A834FA

Text Example


Text Example

White with #A834FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A834FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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