Html Css Color HEX #AF69ED Medium Purple

📋 copy color: '#AF69ED'

red 175 ◦ green 105 ◦ blue 237

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

Shades of Medium Purple #AF69ED

Tints of Medium Purple #AF69ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 45.84%

R = 33.85%
G = 20.31%
B = 45.84%

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

#AF69ED (or 0xAF69ED) is known color: Medium Purple. HEX triplet: AF, 69 and ED. RGB value is (175,105,237). Sum of RGB (Red+Green+Blue) = 175+105+237=517 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.85% from 517); Green value is 105 (41.41% from 255 or 20.31% from 517); Blue value is 237 (92.97% from 255 or 45.84% from 517); Max value from RGB is 237 - color contains mainly: blue. Hex color #AF69ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF69ED is #509612. Grayscale: #8C8C8C. Windows color (decimal): -5281299 or 15559087. OLE color: 15559087.

HSL color Cylindrical-coordinate representation of color #AF69ED: hue angle of 271.82º degrees, saturation: 0.79, 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 #AF69ED is Cyan = 0.26, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 175 105 237 -
CMYK 0.26 0.56 0 0.07
HSL 271.82º 0.79% 0.67% -
HSV(B) 271.82º 0.56% 0.93% -
XYZ 38.02 25.33 83.01 -
YUV 140.98 182.19 152.27 -
System Red Green Blue C M Y K H S L
Decimal 175 105 237 0.26 0.56 0 0.07 271.82 0.79 0.67
Hex AF 69 ED 1A 38 0 7 110 4F 43
Octal 257 151 355 32 70 0 7 420 117 103
Binary 10101111 1101001 11101101 11010 111000 0 111 100010000 1001111 1000011

Color Harmonies of #AF69ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF69ED

Black with #AF69ED

Text Example


Text Example

White with #AF69ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF69ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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