Html Css Color HEX #A842FD Blue Violet

📋 copy color: '#A842FD'

red 168 ◦ green 66 ◦ blue 253

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

Shades of Blue Violet #A842FD

Tints of Blue Violet #A842FD

RGB

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

 GREEN value IS 66 (26.17% from 255) = 13.55%

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

R = 34.5%
G = 13.55%
B = 51.95%

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

#A842FD (or 0xA842FD) is known color: Blue Violet. HEX triplet: A8, 42 and FD. RGB value is (168,66,253). Sum of RGB (Red+Green+Blue) = 168+66+253=487 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.50% from 487); Green value is 66 (26.17% from 255 or 13.55% from 487); Blue value is 253 (99.22% from 255 or 51.95% from 487); Max value from RGB is 253 - color contains mainly: blue. Hex color #A842FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A842FD is #57BD02. Grayscale: #757575. Windows color (decimal): -5750019 or 16597672. OLE color: 16597672.

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

Color convert

RGB 168 66 253 -
CMYK 0.34 0.74 0 0.01
HSL 272.73º 0.98% 0.63% -
HSV(B) 272.73º 0.74% 0.99% -
XYZ 35.83 19.31 94.77 -
YUV 117.82 204.29 163.79 -
System Red Green Blue C M Y K H S L
Decimal 168 66 253 0.34 0.74 0 0.01 272.73 0.98 0.63
Hex A8 42 FD 22 4A 0 1 111 62 3F
Octal 250 102 375 42 112 0 1 421 142 77
Binary 10101000 1000010 11111101 100010 1001010 0 1 100010001 1100010 111111

Color Harmonies of #A842FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A842FD

Black with #A842FD

Text Example


Text Example

White with #A842FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A842FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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