Html Css Color HEX #A827EB Blue Violet

📋 copy color: '#A827EB'

red 168 ◦ green 39 ◦ blue 235

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

Shades of Blue Violet #A827EB

Tints of Blue Violet #A827EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 53.17%

R = 38.01%
G = 8.82%
B = 53.17%

CMYK

 C value IS 0.29

 M value IS 0.83

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A827EB (or 0xA827EB) is known color: Blue Violet. HEX triplet: A8, 27 and EB. RGB value is (168,39,235). Sum of RGB (Red+Green+Blue) = 168+39+235=442 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.01% from 442); Green value is 39 (15.62% from 255 or 8.82% from 442); Blue value is 235 (92.19% from 255 or 53.17% from 442); Max value from RGB is 235 - color contains mainly: blue. Hex color #A827EB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A827EB is #57D814. Grayscale: #636363. Windows color (decimal): -5756949 or 15411112. OLE color: 15411112.

HSL color Cylindrical-coordinate representation of color #A827EB: hue angle of 279.49º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A827EB is Cyan = 0.29, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 168 39 235 -
CMYK 0.29 0.83 0 0.08
HSL 279.49º 0.83% 0.54% -
HSV(B) 279.49º 0.83% 0.92% -
XYZ 31.87 15.77 79.96 -
YUV 99.92 204.24 176.56 -
System Red Green Blue C M Y K H S L
Decimal 168 39 235 0.29 0.83 0 0.08 279.49 0.83 0.54
Hex A8 27 EB 1D 53 0 8 117 53 36
Octal 250 47 353 35 123 0 10 427 123 66
Binary 10101000 100111 11101011 11101 1010011 0 1000 100010111 1010011 110110

Color Harmonies of #A827EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A827EB

Black with #A827EB

Text Example


Text Example

White with #A827EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A827EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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