Html Css Color HEX #A430EE Blue Violet

📋 copy color: '#A430EE'

red 164 ◦ green 48 ◦ blue 238

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

Shades of Blue Violet #A430EE

Tints of Blue Violet #A430EE

RGB

 RED value IS 164 (64.45% from 255) = 36.44%

 GREEN value IS 48 (19.14% from 255) = 10.67%

 BLUE value IS 238 (93.36% from 255) = 52.89%

R = 36.44%
G = 10.67%
B = 52.89%

CMYK

 C value IS 0.31

 M value IS 0.80

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A430EE (or 0xA430EE) is known color: Blue Violet. HEX triplet: A4, 30 and EE. RGB value is (164,48,238). Sum of RGB (Red+Green+Blue) = 164+48+238=450 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.44% from 450); Green value is 48 (19.14% from 255 or 10.67% from 450); Blue value is 238 (93.36% from 255 or 52.89% from 450); Max value from RGB is 238 - color contains mainly: blue. Hex color #A430EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A430EE is #5BCF11. Grayscale: #676767. Windows color (decimal): -6016786 or 15610020. OLE color: 15610020.

HSL color Cylindrical-coordinate representation of color #A430EE: hue angle of 276.63º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A430EE is Cyan = 0.31, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 164 48 238 -
CMYK 0.31 0.80 0 0.07
HSL 276.63º 0.85% 0.56% -
HSV(B) 276.63º 0.8% 0.93% -
XYZ 31.8 16.18 82.34 -
YUV 104.34 203.43 170.55 -
System Red Green Blue C M Y K H S L
Decimal 164 48 238 0.31 0.80 0 0.07 276.63 0.85 0.56
Hex A4 30 EE 1F 50 0 7 115 55 38
Octal 244 60 356 37 120 0 7 425 125 70
Binary 10100100 110000 11101110 11111 1010000 0 111 100010101 1010101 111000

Color Harmonies of #A430EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A430EE

Black with #A430EE

Text Example


Text Example

White with #A430EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A430EE; }

 p { color: rgb(164,48,238); }

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

background-color css

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

 a { background-color: rgb(164,48,238); }

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

border-color css

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

 span { border-color: rgb(164,48,238); }

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