Html Css Color HEX #AF69FA Medium Purple

📋 copy color: '#AF69FA'

red 175 ◦ green 105 ◦ blue 250

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

Shades of Medium Purple #AF69FA

Tints of Medium Purple #AF69FA

RGB

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

 GREEN value IS 105 (41.41% from 255) = 19.81%

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

R = 33.02%
G = 19.81%
B = 47.17%

CMYK

 C value IS 0.3

 M value IS 0.58

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AF69FA (or 0xAF69FA) is known color: Medium Purple. HEX triplet: AF, 69 and FA. RGB value is (175,105,250). Sum of RGB (Red+Green+Blue) = 175+105+250=530 (70% of max value = 765). Red value is 175 (68.75% from 255 or 33.02% from 530); Green value is 105 (41.41% from 255 or 19.81% from 530); Blue value is 250 (98.05% from 255 or 47.17% from 530); Max value from RGB is 250 - color contains mainly: blue. Hex color #AF69FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF69FA is #509605. Grayscale: #8D8D8D. Windows color (decimal): -5281286 or 16411055. OLE color: 16411055.

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

Color convert

RGB 175 105 250 -
CMYK 0.3 0.58 0 0.02
HSL 268.97º 0.94% 0.7% -
HSV(B) 268.97º 0.58% 0.98% -
XYZ 39.99 26.12 93.38 -
YUV 142.46 188.69 151.21 -
System Red Green Blue C M Y K H S L
Decimal 175 105 250 0.3 0.58 0 0.02 268.97 0.94 0.7
Hex AF 69 FA 1E 3A 0 2 10D 5E 46
Octal 257 151 372 36 72 0 2 415 136 106
Binary 10101111 1101001 11111010 11110 111010 0 10 100001101 1011110 1000110

Color Harmonies of #AF69FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF69FA

Black with #AF69FA

Text Example


Text Example

White with #AF69FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF69FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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