Html Css Color HEX #AF67ED Medium Purple

📋 copy color: '#AF67ED'

red 175 ◦ green 103 ◦ blue 237

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

Shades of Medium Purple #AF67ED

Tints of Medium Purple #AF67ED

RGB

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

 GREEN value IS 103 (40.63% from 255) = 20%

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

R = 33.98%
G = 20%
B = 46.02%

CMYK

 C value IS 0.26

 M value IS 0.57

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AF67ED (or 0xAF67ED) is known color: Medium Purple. HEX triplet: AF, 67 and ED. RGB value is (175,103,237). Sum of RGB (Red+Green+Blue) = 175+103+237=515 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.98% from 515); Green value is 103 (40.62% from 255 or 20% from 515); Blue value is 237 (92.97% from 255 or 46.02% from 515); Max value from RGB is 237 - color contains mainly: blue. Hex color #AF67ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF67ED is #509812. Grayscale: #8B8B8B. Windows color (decimal): -5281811 or 15558575. OLE color: 15558575.

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

Color convert

RGB 175 103 237 -
CMYK 0.26 0.57 0 0.07
HSL 272.24º 0.79% 0.67% -
HSV(B) 272.24º 0.57% 0.93% -
XYZ 37.82 24.93 82.94 -
YUV 139.8 182.85 153.1 -
System Red Green Blue C M Y K H S L
Decimal 175 103 237 0.26 0.57 0 0.07 272.24 0.79 0.67
Hex AF 67 ED 1A 39 0 7 110 4F 43
Octal 257 147 355 32 71 0 7 420 117 103
Binary 10101111 1100111 11101101 11010 111001 0 111 100010000 1001111 1000011

Color Harmonies of #AF67ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF67ED

Black with #AF67ED

Text Example


Text Example

White with #AF67ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF67ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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