Html Css Color HEX #A634FA Blue Violet

📋 copy color: '#A634FA'

red 166 ◦ green 52 ◦ blue 250

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

Shades of Blue Violet #A634FA

Tints of Blue Violet #A634FA

RGB

 RED value IS 166 (65.23% from 255) = 35.47%

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

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

R = 35.47%
G = 11.11%
B = 53.42%

CMYK

 C value IS 0.34

 M value IS 0.79

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A634FA (or 0xA634FA) is known color: Blue Violet. HEX triplet: A6, 34 and FA. RGB value is (166,52,250). Sum of RGB (Red+Green+Blue) = 166+52+250=468 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.47% from 468); Green value is 52 (20.70% from 255 or 11.11% from 468); Blue value is 250 (98.05% from 255 or 53.42% from 468); Max value from RGB is 250 - color contains mainly: blue. Hex color #A634FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A634FA is #59CB05. Grayscale: #6B6B6B. Windows color (decimal): -5884678 or 16397478. OLE color: 16397478.

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

Color convert

RGB 166 52 250 -
CMYK 0.34 0.79 0 0.02
HSL 274.55º 0.95% 0.59% -
HSV(B) 274.55º 0.79% 0.98% -
XYZ 34.21 17.47 92.01 -
YUV 108.66 207.77 168.9 -
System Red Green Blue C M Y K H S L
Decimal 166 52 250 0.34 0.79 0 0.02 274.55 0.95 0.59
Hex A6 34 FA 22 4F 0 2 113 5F 3B
Octal 246 64 372 42 117 0 2 423 137 73
Binary 10100110 110100 11111010 100010 1001111 0 10 100010011 1011111 111011

Color Harmonies of #A634FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A634FA

Black with #A634FA

Text Example


Text Example

White with #A634FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A634FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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