Html Css Color HEX #AF0CFA Electric Purple

📋 copy color: '#AF0CFA'

red 175 ◦ green 12 ◦ blue 250

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

Shades of Electric Purple #AF0CFA

Tints of Electric Purple #AF0CFA

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.75%

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

R = 40.05%
G = 2.75%
B = 57.21%

CMYK

 C value IS 0.3

 M value IS 0.95

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AF0CFA (or 0xAF0CFA) is known color: Electric Purple. HEX triplet: AF, 0C and FA. RGB value is (175,12,250). Sum of RGB (Red+Green+Blue) = 175+12+250=437 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.05% from 437); Green value is 12 (5.08% from 255 or 2.75% from 437); Blue value is 250 (98.05% from 255 or 57.21% from 437); Max value from RGB is 250 - color contains mainly: blue. Hex color #AF0CFA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AF0CFA is #50F305. Grayscale: #575757. Windows color (decimal): -5305094 or 16387247. OLE color: 16387247.

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

Color convert

RGB 175 12 250 -
CMYK 0.3 0.95 0 0.02
HSL 281.09º 0.96% 0.51% -
HSV(B) 281.09º 0.95% 0.98% -
XYZ 35.07 16.28 91.74 -
YUV 87.87 219.5 190.15 -
System Red Green Blue C M Y K H S L
Decimal 175 12 250 0.3 0.95 0 0.02 281.09 0.96 0.51
Hex AF C FA 1E 5F 0 2 119 60 33
Octal 257 14 372 36 137 0 2 431 140 63
Binary 10101111 1100 11111010 11110 1011111 0 10 100011001 1100000 110011

Color Harmonies of #AF0CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0CFA

Black with #AF0CFA

Text Example


Text Example

White with #AF0CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0CFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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