Html Css Color HEX #AF61FF Medium Purple

📋 copy color: '#AF61FF'

red 175 ◦ green 97 ◦ blue 255

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

Shades of Medium Purple #AF61FF

Tints of Medium Purple #AF61FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 48.39%

R = 33.21%
G = 18.41%
B = 48.39%

CMYK

 C value IS 0.31

 M value IS 0.62

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AF61FF (or 0xAF61FF) is known color: Medium Purple. HEX triplet: AF, 61 and FF. RGB value is (175,97,255). Sum of RGB (Red+Green+Blue) = 175+97+255=527 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.21% from 527); Green value is 97 (38.28% from 255 or 18.41% from 527); Blue value is 255 (100% from 255 or 48.39% from 527); Max value from RGB is 255 - color contains mainly: blue. Hex color #AF61FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF61FF is #509E00. Grayscale: #898989. Windows color (decimal): -5283329 or 16736687. OLE color: 16736687.

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

Color convert

RGB 175 97 255 -
CMYK 0.31 0.62 0 0
HSL 269.62º 1% 0.69% -
HSV(B) 269.62º 0.62% 1% -
XYZ 40 24.88 97.3 -
YUV 138.33 193.84 154.15 -
System Red Green Blue C M Y K H S L
Decimal 175 97 255 0.31 0.62 0 0 269.62 1 0.69
Hex AF 61 FF 1F 3E 0 0 10E 64 45
Octal 257 141 377 37 76 0 0 416 144 105
Binary 10101111 1100001 11111111 11111 111110 0 0 100001110 1100100 1000101

Color Harmonies of #AF61FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF61FF

Black with #AF61FF

Text Example


Text Example

White with #AF61FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF61FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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