Html Css Color HEX #AF1CFA Electric Purple

📋 copy color: '#AF1CFA'

red 175 ◦ green 28 ◦ blue 250

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

Shades of Electric Purple #AF1CFA

Tints of Electric Purple #AF1CFA

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.18%

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

R = 38.63%
G = 6.18%
B = 55.19%

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

#AF1CFA (or 0xAF1CFA) is known color: Electric Purple. HEX triplet: AF, 1C and FA. RGB value is (175,28,250). Sum of RGB (Red+Green+Blue) = 175+28+250=453 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.63% from 453); Green value is 28 (11.33% from 255 or 6.18% from 453); Blue value is 250 (98.05% from 255 or 55.19% from 453); Max value from RGB is 250 - color contains mainly: blue. Hex color #AF1CFA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF1CFA is #50E305. Grayscale: #606060. Windows color (decimal): -5300998 or 16391343. OLE color: 16391343.

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

Color convert

RGB 175 28 250 -
CMYK 0.3 0.89 0 0.02
HSL 279.73º 0.96% 0.55% -
HSV(B) 279.73º 0.89% 0.98% -
XYZ 35.35 16.85 91.83 -
YUV 97.26 214.2 183.45 -
System Red Green Blue C M Y K H S L
Decimal 175 28 250 0.3 0.89 0 0.02 279.73 0.96 0.55
Hex AF 1C FA 1E 59 0 2 118 60 37
Octal 257 34 372 36 131 0 2 430 140 67
Binary 10101111 11100 11111010 11110 1011001 0 10 100011000 1100000 110111

Color Harmonies of #AF1CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1CFA

Black with #AF1CFA

Text Example


Text Example

White with #AF1CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1CFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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