Html Css Color HEX #A023FA Blue Violet

📋 copy color: '#A023FA'

red 160 ◦ green 35 ◦ blue 250

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

Shades of Blue Violet #A023FA

Tints of Blue Violet #A023FA

RGB

 RED value IS 160 (62.89% from 255) = 35.96%

 GREEN value IS 35 (14.06% from 255) = 7.87%

 BLUE value IS 250 (98.05% from 255) = 56.18%

R = 35.96%
G = 7.87%
B = 56.18%

CMYK

 C value IS 0.36

 M value IS 0.86

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A023FA (or 0xA023FA) is known color: Blue Violet. HEX triplet: A0, 23 and FA. RGB value is (160,35,250). Sum of RGB (Red+Green+Blue) = 160+35+250=445 (58% of max value = 765). Red value is 160 (62.89% from 255 or 35.96% from 445); Green value is 35 (14.06% from 255 or 7.87% from 445); Blue value is 250 (98.05% from 255 or 56.18% from 445); Max value from RGB is 250 - color contains mainly: blue. Hex color #A023FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A023FA is #5FDC05. Grayscale: #606060. Windows color (decimal): -6282246 or 16393120. OLE color: 16393120.

HSL color Cylindrical-coordinate representation of color #A023FA: hue angle of 274.88º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A023FA is Cyan = 0.36, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 160 35 250 -
CMYK 0.36 0.86 0 0.02
HSL 274.88º 0.96% 0.56% -
HSV(B) 274.88º 0.86% 0.98% -
XYZ 32.35 15.58 91.74 -
YUV 96.89 214.41 173.02 -
System Red Green Blue C M Y K H S L
Decimal 160 35 250 0.36 0.86 0 0.02 274.88 0.96 0.56
Hex A0 23 FA 24 56 0 2 113 60 38
Octal 240 43 372 44 126 0 2 423 140 70
Binary 10100000 100011 11111010 100100 1010110 0 10 100010011 1100000 111000

Color Harmonies of #A023FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A023FA

Black with #A023FA

Text Example


Text Example

White with #A023FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A023FA; }

 p { color: rgb(160,35,250); }

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

background-color css

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

 a { background-color: rgb(160,35,250); }

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

border-color css

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

 span { border-color: rgb(160,35,250); }

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