Html Css Color HEX #AF0FFA Electric Purple

📋 copy color: '#AF0FFA'

red 175 ◦ green 15 ◦ blue 250

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

Shades of Electric Purple #AF0FFA

Tints of Electric Purple #AF0FFA

RGB

 RED value IS 175 (68.75% from 255) = 39.77%

 GREEN value IS 15 (6.25% from 255) = 3.41%

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

R = 39.77%
G = 3.41%
B = 56.82%

CMYK

 C value IS 0.3

 M value IS 0.94

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AF0FFA (or 0xAF0FFA) is known color: Electric Purple. HEX triplet: AF, 0F and FA. RGB value is (175,15,250). Sum of RGB (Red+Green+Blue) = 175+15+250=440 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.77% from 440); Green value is 15 (6.25% from 255 or 3.41% from 440); Blue value is 250 (98.05% from 255 or 56.82% from 440); Max value from RGB is 250 - color contains mainly: blue. Hex color #AF0FFA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AF0FFA is #50F005. Grayscale: #585858. Windows color (decimal): -5304326 or 16388015. OLE color: 16388015.

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

Color convert

RGB 175 15 250 -
CMYK 0.3 0.94 0 0.02
HSL 280.85º 0.96% 0.52% -
HSV(B) 280.85º 0.94% 0.98% -
XYZ 35.11 16.36 91.75 -
YUV 89.63 218.51 188.89 -
System Red Green Blue C M Y K H S L
Decimal 175 15 250 0.3 0.94 0 0.02 280.85 0.96 0.52
Hex AF F FA 1E 5E 0 2 119 60 34
Octal 257 17 372 36 136 0 2 431 140 64
Binary 10101111 1111 11111010 11110 1011110 0 10 100011001 1100000 110100

Color Harmonies of #AF0FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0FFA

Black with #AF0FFA

Text Example


Text Example

White with #AF0FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0FFA; }

 p { color: rgb(175,15,250); }

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

background-color css

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

 a { background-color: rgb(175,15,250); }

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

border-color css

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

 span { border-color: rgb(175,15,250); }

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