Html Css Color HEX #A842FC Blue Violet

📋 copy color: '#A842FC'

red 168 ◦ green 66 ◦ blue 252

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

Shades of Blue Violet #A842FC

Tints of Blue Violet #A842FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 51.85%

R = 34.57%
G = 13.58%
B = 51.85%

CMYK

 C value IS 0.33

 M value IS 0.74

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A842FC (or 0xA842FC) is known color: Blue Violet. HEX triplet: A8, 42 and FC. RGB value is (168,66,252). Sum of RGB (Red+Green+Blue) = 168+66+252=486 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.57% from 486); Green value is 66 (26.17% from 255 or 13.58% from 486); Blue value is 252 (98.83% from 255 or 51.85% from 486); Max value from RGB is 252 - color contains mainly: blue. Hex color #A842FC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A842FC is #57BD03. Grayscale: #757575. Windows color (decimal): -5750020 or 16532136. OLE color: 16532136.

HSL color Cylindrical-coordinate representation of color #A842FC: hue angle of 272.9º degrees, saturation: 0.97, 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 #A842FC is Cyan = 0.33, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 168 66 252 -
CMYK 0.33 0.74 0 0.01
HSL 272.9º 0.97% 0.62% -
HSV(B) 272.9º 0.74% 0.99% -
XYZ 35.67 19.25 93.93 -
YUV 117.7 203.79 163.88 -
System Red Green Blue C M Y K H S L
Decimal 168 66 252 0.33 0.74 0 0.01 272.9 0.97 0.62
Hex A8 42 FC 21 4A 0 1 111 61 3E
Octal 250 102 374 41 112 0 1 421 141 76
Binary 10101000 1000010 11111100 100001 1001010 0 1 100010001 1100001 111110

Color Harmonies of #A842FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A842FC

Black with #A842FC

Text Example


Text Example

White with #A842FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A842FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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