Html Css Color HEX #A827FD Blue Violet

📋 copy color: '#A827FD'

red 168 ◦ green 39 ◦ blue 253

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

Shades of Blue Violet #A827FD

Tints of Blue Violet #A827FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 55%

R = 36.52%
G = 8.48%
B = 55%

CMYK

 C value IS 0.34

 M value IS 0.85

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A827FD (or 0xA827FD) is known color: Blue Violet. HEX triplet: A8, 27 and FD. RGB value is (168,39,253). Sum of RGB (Red+Green+Blue) = 168+39+253=460 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.52% from 460); Green value is 39 (15.62% from 255 or 8.48% from 460); Blue value is 253 (99.22% from 255 or 55% from 460); Max value from RGB is 253 - color contains mainly: blue. Hex color #A827FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A827FD is #57D802. Grayscale: #656565. Windows color (decimal): -5756931 or 16590760. OLE color: 16590760.

HSL color Cylindrical-coordinate representation of color #A827FD: hue angle of 276.17º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A827FD is Cyan = 0.34, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 168 39 253 -
CMYK 0.34 0.85 0 0.01
HSL 276.17º 0.98% 0.57% -
HSV(B) 276.17º 0.85% 0.99% -
XYZ 34.6 16.87 94.36 -
YUV 101.97 213.24 175.1 -
System Red Green Blue C M Y K H S L
Decimal 168 39 253 0.34 0.85 0 0.01 276.17 0.98 0.57
Hex A8 27 FD 22 55 0 1 114 62 39
Octal 250 47 375 42 125 0 1 424 142 71
Binary 10101000 100111 11111101 100010 1010101 0 1 100010100 1100010 111001

Color Harmonies of #A827FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A827FD

Black with #A827FD

Text Example


Text Example

White with #A827FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A827FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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