Html Css Color HEX #A123FD Blue Violet

📋 copy color: '#A123FD'

red 161 ◦ green 35 ◦ blue 253

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

Shades of Blue Violet #A123FD

Tints of Blue Violet #A123FD

RGB

 RED value IS 161 (63.28% from 255) = 35.86%

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

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

R = 35.86%
G = 7.8%
B = 56.35%

CMYK

 C value IS 0.36

 M value IS 0.86

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A123FD (or 0xA123FD) is known color: Blue Violet. HEX triplet: A1, 23 and FD. RGB value is (161,35,253). Sum of RGB (Red+Green+Blue) = 161+35+253=449 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.86% from 449); Green value is 35 (14.06% from 255 or 7.80% from 449); Blue value is 253 (99.22% from 255 or 56.35% from 449); Max value from RGB is 253 - color contains mainly: blue. Hex color #A123FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A123FD is #5EDC02. Grayscale: #606060. Windows color (decimal): -6216707 or 16589729. OLE color: 16589729.

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

Color convert

RGB 161 35 253 -
CMYK 0.36 0.86 0 0.01
HSL 274.68º 0.98% 0.56% -
HSV(B) 274.68º 0.86% 0.99% -
XYZ 33.03 15.87 94.25 -
YUV 97.53 215.74 173.27 -
System Red Green Blue C M Y K H S L
Decimal 161 35 253 0.36 0.86 0 0.01 274.68 0.98 0.56
Hex A1 23 FD 24 56 0 1 113 62 38
Octal 241 43 375 44 126 0 1 423 142 70
Binary 10100001 100011 11111101 100100 1010110 0 1 100010011 1100010 111000

Color Harmonies of #A123FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A123FD

Black with #A123FD

Text Example


Text Example

White with #A123FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A123FD; }

 p { color: rgb(161,35,253); }

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

background-color css

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

 a { background-color: rgb(161,35,253); }

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

border-color css

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

 span { border-color: rgb(161,35,253); }

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