Html Css Color HEX #AF26FA Electric Purple

📋 copy color: '#AF26FA'

red 175 ◦ green 38 ◦ blue 250

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

Shades of Electric Purple #AF26FA

Tints of Electric Purple #AF26FA

RGB

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

 GREEN value IS 38 (15.23% from 255) = 8.21%

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

R = 37.8%
G = 8.21%
B = 54%

CMYK

 C value IS 0.3

 M value IS 0.85

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AF26FA (or 0xAF26FA) is known color: Electric Purple. HEX triplet: AF, 26 and FA. RGB value is (175,38,250). Sum of RGB (Red+Green+Blue) = 175+38+250=463 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.80% from 463); Green value is 38 (15.23% from 255 or 8.21% from 463); Blue value is 250 (98.05% from 255 or 54.00% from 463); Max value from RGB is 250 - color contains mainly: blue. Hex color #AF26FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF26FA is #50D905. Grayscale: #666666. Windows color (decimal): -5298438 or 16393903. OLE color: 16393903.

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

Color convert

RGB 175 38 250 -
CMYK 0.3 0.85 0 0.02
HSL 278.77º 0.95% 0.56% -
HSV(B) 278.77º 0.85% 0.98% -
XYZ 35.63 17.4 91.92 -
YUV 103.13 210.89 179.26 -
System Red Green Blue C M Y K H S L
Decimal 175 38 250 0.3 0.85 0 0.02 278.77 0.95 0.56
Hex AF 26 FA 1E 55 0 2 117 5F 38
Octal 257 46 372 36 125 0 2 427 137 70
Binary 10101111 100110 11111010 11110 1010101 0 10 100010111 1011111 111000

Color Harmonies of #AF26FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF26FA

Black with #AF26FA

Text Example


Text Example

White with #AF26FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF26FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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