Html Css Color HEX #AF69EE Medium Purple

📋 copy color: '#AF69EE'

red 175 ◦ green 105 ◦ blue 238

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

Shades of Medium Purple #AF69EE

Tints of Medium Purple #AF69EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 45.95%

R = 33.78%
G = 20.27%
B = 45.95%

CMYK

 C value IS 0.26

 M value IS 0.56

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AF69EE (or 0xAF69EE) is known color: Medium Purple. HEX triplet: AF, 69 and EE. RGB value is (175,105,238). Sum of RGB (Red+Green+Blue) = 175+105+238=518 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.78% from 518); Green value is 105 (41.41% from 255 or 20.27% from 518); Blue value is 238 (93.36% from 255 or 45.95% from 518); Max value from RGB is 238 - color contains mainly: blue. Hex color #AF69EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF69EE is #509611. Grayscale: #8C8C8C. Windows color (decimal): -5281298 or 15624623. OLE color: 15624623.

HSL color Cylindrical-coordinate representation of color #AF69EE: hue angle of 271.58º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AF69EE is Cyan = 0.26, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 175 105 238 -
CMYK 0.26 0.56 0 0.07
HSL 271.58º 0.8% 0.67% -
HSV(B) 271.58º 0.56% 0.93% -
XYZ 38.16 25.39 83.78 -
YUV 141.09 182.69 152.19 -
System Red Green Blue C M Y K H S L
Decimal 175 105 238 0.26 0.56 0 0.07 271.58 0.8 0.67
Hex AF 69 EE 1A 38 0 7 110 50 43
Octal 257 151 356 32 70 0 7 420 120 103
Binary 10101111 1101001 11101110 11010 111000 0 111 100010000 1010000 1000011

Color Harmonies of #AF69EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF69EE

Black with #AF69EE

Text Example


Text Example

White with #AF69EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF69EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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