Html Css Color HEX #A834F0 Blue Violet

📋 copy color: '#A834F0'

red 168 ◦ green 52 ◦ blue 240

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

Shades of Blue Violet #A834F0

Tints of Blue Violet #A834F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 52.17%

R = 36.52%
G = 11.3%
B = 52.17%

CMYK

 C value IS 0.3

 M value IS 0.78

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A834F0 (or 0xA834F0) is known color: Blue Violet. HEX triplet: A8, 34 and F0. RGB value is (168,52,240). Sum of RGB (Red+Green+Blue) = 168+52+240=460 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.52% from 460); Green value is 52 (20.70% from 255 or 11.30% from 460); Blue value is 240 (94.14% from 255 or 52.17% from 460); Max value from RGB is 240 - color contains mainly: blue. Hex color #A834F0 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A834F0 is #57CB0F. Grayscale: #6B6B6B. Windows color (decimal): -5753616 or 15742120. OLE color: 15742120.

HSL color Cylindrical-coordinate representation of color #A834F0: hue angle of 277.02º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A834F0 is Cyan = 0.3, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 168 52 240 -
CMYK 0.3 0.78 0 0.06
HSL 277.02º 0.86% 0.57% -
HSV(B) 277.02º 0.78% 0.94% -
XYZ 33.1 17.07 83.99 -
YUV 108.12 202.43 170.71 -
System Red Green Blue C M Y K H S L
Decimal 168 52 240 0.3 0.78 0 0.06 277.02 0.86 0.57
Hex A8 34 F0 1E 4E 0 6 115 56 39
Octal 250 64 360 36 116 0 6 425 126 71
Binary 10101000 110100 11110000 11110 1001110 0 110 100010101 1010110 111001

Color Harmonies of #A834F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A834F0

Black with #A834F0

Text Example


Text Example

White with #A834F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A834F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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