Html Css Color HEX #AF61FE Medium Purple

📋 copy color: '#AF61FE'

red 175 ◦ green 97 ◦ blue 254

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

Shades of Medium Purple #AF61FE

Tints of Medium Purple #AF61FE

RGB

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

 GREEN value IS 97 (38.28% from 255) = 18.44%

 BLUE value IS 254 (99.61% from 255) = 48.29%

R = 33.27%
G = 18.44%
B = 48.29%

CMYK

 C value IS 0.31

 M value IS 0.62

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#AF61FE (or 0xAF61FE) is known color: Medium Purple. HEX triplet: AF, 61 and FE. RGB value is (175,97,254). Sum of RGB (Red+Green+Blue) = 175+97+254=526 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.27% from 526); Green value is 97 (38.28% from 255 or 18.44% from 526); Blue value is 254 (99.61% from 255 or 48.29% from 526); Max value from RGB is 254 - color contains mainly: blue. Hex color #AF61FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF61FE is #509E01. Grayscale: #898989. Windows color (decimal): -5283330 or 16671151. OLE color: 16671151.

HSL color Cylindrical-coordinate representation of color #AF61FE: hue angle of 269.81º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AF61FE is Cyan = 0.31, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 175 97 254 -
CMYK 0.31 0.62 0 0.00
HSL 269.81º 0.99% 0.69% -
HSV(B) 269.81º 0.62% 1% -
XYZ 39.84 24.82 96.46 -
YUV 138.22 193.34 154.23 -
System Red Green Blue C M Y K H S L
Decimal 175 97 254 0.31 0.62 0 0.00 269.81 0.99 0.69
Hex AF 61 FE 1F 3E 0 0 10E 63 45
Octal 257 141 376 37 76 0 0 416 143 105
Binary 10101111 1100001 11111110 11111 111110 0 0 100001110 1100011 1000101

Color Harmonies of #AF61FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF61FE

Black with #AF61FE

Text Example


Text Example

White with #AF61FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF61FE; }

 p { color: rgb(175,97,254); }

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

background-color css

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

 a { background-color: rgb(175,97,254); }

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

border-color css

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

 span { border-color: rgb(175,97,254); }

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