Html Css Color HEX #AF1BFA Electric Purple

📋 copy color: '#AF1BFA'

red 175 ◦ green 27 ◦ blue 250

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

Shades of Electric Purple #AF1BFA

Tints of Electric Purple #AF1BFA

RGB

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

 GREEN value IS 27 (10.94% from 255) = 5.97%

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

R = 38.72%
G = 5.97%
B = 55.31%

CMYK

 C value IS 0.3

 M value IS 0.89

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AF1BFA (or 0xAF1BFA) is known color: Electric Purple. HEX triplet: AF, 1B and FA. RGB value is (175,27,250). Sum of RGB (Red+Green+Blue) = 175+27+250=452 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.72% from 452); Green value is 27 (10.94% from 255 or 5.97% from 452); Blue value is 250 (98.05% from 255 or 55.31% from 452); Max value from RGB is 250 - color contains mainly: blue. Hex color #AF1BFA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF1BFA is #50E405. Grayscale: #5F5F5F. Windows color (decimal): -5301254 or 16391087. OLE color: 16391087.

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

Color convert

RGB 175 27 250 -
CMYK 0.3 0.89 0 0.02
HSL 279.82º 0.96% 0.54% -
HSV(B) 279.82º 0.89% 0.98% -
XYZ 35.33 16.8 91.82 -
YUV 96.67 214.53 183.87 -
System Red Green Blue C M Y K H S L
Decimal 175 27 250 0.3 0.89 0 0.02 279.82 0.96 0.54
Hex AF 1B FA 1E 59 0 2 118 60 36
Octal 257 33 372 36 131 0 2 430 140 66
Binary 10101111 11011 11111010 11110 1011001 0 10 100011000 1100000 110110

Color Harmonies of #AF1BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1BFA

Black with #AF1BFA

Text Example


Text Example

White with #AF1BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1BFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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