Html Css Color HEX #A603FF Electric Purple

📋 copy color: '#A603FF'

red 166 ◦ green 3 ◦ blue 255

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

Shades of Electric Purple #A603FF

Tints of Electric Purple #A603FF

RGB

 RED value IS 166 (65.23% from 255) = 39.15%

 GREEN value IS 3 (1.56% from 255) = 0.71%

 BLUE value IS 255 (100% from 255) = 60.14%

R = 39.15%
G = 0.71%
B = 60.14%

CMYK

 C value IS 0.35

 M value IS 0.99

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A603FF (or 0xA603FF) is known color: Electric Purple. HEX triplet: A6, 03 and FF. RGB value is (166,3,255). Sum of RGB (Red+Green+Blue) = 166+3+255=424 (56% of max value = 765). Red value is 166 (65.23% from 255 or 39.15% from 424); Green value is 3 (1.56% from 255 or 0.71% from 424); Blue value is 255 (100% from 255 or 60.14% from 424); Max value from RGB is 255 - color contains mainly: blue. Hex color #A603FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A603FF is #59FC00. Grayscale: #4F4F4F. Windows color (decimal): -5897217 or 16712614. OLE color: 16712614.

HSL color Cylindrical-coordinate representation of color #A603FF: hue angle of 278.81º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A603FF is Cyan = 0.35, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 166 3 255 -
CMYK 0.35 0.99 0 0
HSL 278.81º 1% 0.51% -
HSV(B) 278.81º 0.99% 1% -
XYZ 33.81 15.39 95.8 -
YUV 80.47 226.5 189.01 -
System Red Green Blue C M Y K H S L
Decimal 166 3 255 0.35 0.99 0 0 278.81 1 0.51
Hex A6 3 FF 23 63 0 0 117 64 33
Octal 246 3 377 43 143 0 0 427 144 63
Binary 10100110 11 11111111 100011 1100011 0 0 100010111 1100100 110011

Color Harmonies of #A603FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A603FF

Black with #A603FF

Text Example


Text Example

White with #A603FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A603FF; }

 p { color: rgb(166,3,255); }

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

background-color css

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

 a { background-color: rgb(166,3,255); }

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

border-color css

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

 span { border-color: rgb(166,3,255); }

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