Html Css Color HEX #A841FD Blue Violet

📋 copy color: '#A841FD'

red 168 ◦ green 65 ◦ blue 253

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

Shades of Blue Violet #A841FD

Tints of Blue Violet #A841FD

RGB

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

 GREEN value IS 65 (25.78% from 255) = 13.37%

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

R = 34.57%
G = 13.37%
B = 52.06%

CMYK

 C value IS 0.34

 M value IS 0.74

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A841FD (or 0xA841FD) is known color: Blue Violet. HEX triplet: A8, 41 and FD. RGB value is (168,65,253). Sum of RGB (Red+Green+Blue) = 168+65+253=486 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.57% from 486); Green value is 65 (25.78% from 255 or 13.37% from 486); Blue value is 253 (99.22% from 255 or 52.06% from 486); Max value from RGB is 253 - color contains mainly: blue. Hex color #A841FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A841FD is #57BE02. Grayscale: #747474. Windows color (decimal): -5750275 or 16597416. OLE color: 16597416.

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

Color convert

RGB 168 65 253 -
CMYK 0.34 0.74 0 0.01
HSL 272.87º 0.98% 0.62% -
HSV(B) 272.87º 0.74% 0.99% -
XYZ 35.77 19.2 94.75 -
YUV 117.23 204.62 164.21 -
System Red Green Blue C M Y K H S L
Decimal 168 65 253 0.34 0.74 0 0.01 272.87 0.98 0.62
Hex A8 41 FD 22 4A 0 1 111 62 3E
Octal 250 101 375 42 112 0 1 421 142 76
Binary 10101000 1000001 11111101 100010 1001010 0 1 100010001 1100010 111110

Color Harmonies of #A841FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A841FD

Black with #A841FD

Text Example


Text Example

White with #A841FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A841FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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