Html Css Color HEX #A835FC Blue Violet

📋 copy color: '#A835FC'

red 168 ◦ green 53 ◦ blue 252

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

Shades of Blue Violet #A835FC

Tints of Blue Violet #A835FC

RGB

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

 GREEN value IS 53 (21.09% from 255) = 11.21%

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

R = 35.52%
G = 11.21%
B = 53.28%

CMYK

 C value IS 0.33

 M value IS 0.79

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A835FC (or 0xA835FC) is known color: Blue Violet. HEX triplet: A8, 35 and FC. RGB value is (168,53,252). Sum of RGB (Red+Green+Blue) = 168+53+252=473 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.52% from 473); Green value is 53 (21.09% from 255 or 11.21% from 473); Blue value is 252 (98.83% from 255 or 53.28% from 473); Max value from RGB is 252 - color contains mainly: blue. Hex color #A835FC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A835FC is #57CA03. Grayscale: #6D6D6D. Windows color (decimal): -5753348 or 16528808. OLE color: 16528808.

HSL color Cylindrical-coordinate representation of color #A835FC: hue angle of 274.67º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A835FC is Cyan = 0.33, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 168 53 252 -
CMYK 0.33 0.79 0 0.01
HSL 274.67º 0.97% 0.6% -
HSV(B) 274.67º 0.79% 0.99% -
XYZ 34.99 17.9 93.71 -
YUV 110.07 208.1 169.32 -
System Red Green Blue C M Y K H S L
Decimal 168 53 252 0.33 0.79 0 0.01 274.67 0.97 0.6
Hex A8 35 FC 21 4F 0 1 113 61 3C
Octal 250 65 374 41 117 0 1 423 141 74
Binary 10101000 110101 11111100 100001 1001111 0 1 100010011 1100001 111100

Color Harmonies of #A835FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A835FC

Black with #A835FC

Text Example


Text Example

White with #A835FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A835FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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