Html Css Color HEX #A827FA Blue Violet

📋 copy color: '#A827FA'

red 168 ◦ green 39 ◦ blue 250

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

Shades of Blue Violet #A827FA

Tints of Blue Violet #A827FA

RGB

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

 GREEN value IS 39 (15.63% from 255) = 8.53%

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

R = 36.76%
G = 8.53%
B = 54.7%

CMYK

 C value IS 0.33

 M value IS 0.84

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A827FA (or 0xA827FA) is known color: Blue Violet. HEX triplet: A8, 27 and FA. RGB value is (168,39,250). Sum of RGB (Red+Green+Blue) = 168+39+250=457 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.76% from 457); Green value is 39 (15.62% from 255 or 8.53% from 457); Blue value is 250 (98.05% from 255 or 54.70% from 457); Max value from RGB is 250 - color contains mainly: blue. Hex color #A827FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A827FA is #57D805. Grayscale: #646464. Windows color (decimal): -5756934 or 16394152. OLE color: 16394152.

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

Color convert

RGB 168 39 250 -
CMYK 0.33 0.84 0 0.02
HSL 276.68º 0.95% 0.57% -
HSV(B) 276.68º 0.84% 0.98% -
XYZ 34.13 16.68 91.86 -
YUV 101.63 211.74 175.34 -
System Red Green Blue C M Y K H S L
Decimal 168 39 250 0.33 0.84 0 0.02 276.68 0.95 0.57
Hex A8 27 FA 21 54 0 2 115 5F 39
Octal 250 47 372 41 124 0 2 425 137 71
Binary 10101000 100111 11111010 100001 1010100 0 10 100010101 1011111 111001

Color Harmonies of #A827FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A827FA

Black with #A827FA

Text Example


Text Example

White with #A827FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A827FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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