Html Css Color HEX #A607FE Electric Purple

📋 copy color: '#A607FE'

red 166 ◦ green 7 ◦ blue 254

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

Shades of Electric Purple #A607FE

Tints of Electric Purple #A607FE

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.64%

 BLUE value IS 254 (99.61% from 255) = 59.48%

R = 38.88%
G = 1.64%
B = 59.48%

CMYK

 C value IS 0.35

 M value IS 0.97

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A607FE (or 0xA607FE) is known color: Electric Purple. HEX triplet: A6, 07 and FE. RGB value is (166,7,254). Sum of RGB (Red+Green+Blue) = 166+7+254=427 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.88% from 427); Green value is 7 (3.12% from 255 or 1.64% from 427); Blue value is 254 (99.61% from 255 or 59.48% from 427); Max value from RGB is 254 - color contains mainly: blue. Hex color #A607FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A607FE is #59F801. Grayscale: #515151. Windows color (decimal): -5896194 or 16648102. OLE color: 16648102.

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

Color convert

RGB 166 7 254 -
CMYK 0.35 0.97 0 0.00
HSL 278.62º 0.99% 0.51% -
HSV(B) 278.62º 0.97% 1% -
XYZ 33.69 15.41 94.97 -
YUV 82.7 224.68 187.42 -
System Red Green Blue C M Y K H S L
Decimal 166 7 254 0.35 0.97 0 0.00 278.62 0.99 0.51
Hex A6 7 FE 23 61 0 0 117 63 33
Octal 246 7 376 43 141 0 0 427 143 63
Binary 10100110 111 11111110 100011 1100001 0 0 100010111 1100011 110011

Color Harmonies of #A607FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A607FE

Black with #A607FE

Text Example


Text Example

White with #A607FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A607FE; }

 p { color: rgb(166,7,254); }

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

background-color css

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

 a { background-color: rgb(166,7,254); }

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

border-color css

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

 span { border-color: rgb(166,7,254); }

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