Html Css Color HEX #AF67FF Medium Purple

📋 copy color: '#AF67FF'

red 175 ◦ green 103 ◦ blue 255

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

Shades of Medium Purple #AF67FF

Tints of Medium Purple #AF67FF

RGB

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

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

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

R = 32.83%
G = 19.32%
B = 47.84%

CMYK

 C value IS 0.31

 M value IS 0.60

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AF67FF (or 0xAF67FF) is known color: Medium Purple. HEX triplet: AF, 67 and FF. RGB value is (175,103,255). Sum of RGB (Red+Green+Blue) = 175+103+255=533 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.83% from 533); Green value is 103 (40.62% from 255 or 19.32% from 533); Blue value is 255 (100% from 255 or 47.84% from 533); Max value from RGB is 255 - color contains mainly: blue. Hex color #AF67FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF67FF is #509800. Grayscale: #8D8D8D. Windows color (decimal): -5281793 or 16738223. OLE color: 16738223.

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

Color convert

RGB 175 103 255 -
CMYK 0.31 0.60 0 0
HSL 268.42º 1% 0.7% -
HSV(B) 268.42º 0.6% 1% -
XYZ 40.58 26.03 97.49 -
YUV 141.86 191.85 151.64 -
System Red Green Blue C M Y K H S L
Decimal 175 103 255 0.31 0.60 0 0 268.42 1 0.7
Hex AF 67 FF 1F 3C 0 0 10C 64 46
Octal 257 147 377 37 74 0 0 414 144 106
Binary 10101111 1100111 11111111 11111 111100 0 0 100001100 1100100 1000110

Color Harmonies of #AF67FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF67FF

Black with #AF67FF

Text Example


Text Example

White with #AF67FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF67FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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