Html Css Color HEX #AF6BFD Medium Purple

📋 copy color: '#AF6BFD'

red 175 ◦ green 107 ◦ blue 253

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

Shades of Medium Purple #AF6BFD

Tints of Medium Purple #AF6BFD

RGB

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

 GREEN value IS 107 (42.19% from 255) = 20%

 BLUE value IS 253 (99.22% from 255) = 47.29%

R = 32.71%
G = 20%
B = 47.29%

CMYK

 C value IS 0.31

 M value IS 0.58

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AF6BFD (or 0xAF6BFD) is known color: Medium Purple. HEX triplet: AF, 6B and FD. RGB value is (175,107,253). Sum of RGB (Red+Green+Blue) = 175+107+253=535 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.71% from 535); Green value is 107 (42.19% from 255 or 20% from 535); Blue value is 253 (99.22% from 255 or 47.29% from 535); Max value from RGB is 253 - color contains mainly: blue. Hex color #AF6BFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF6BFD is #509402. Grayscale: #8F8F8F. Windows color (decimal): -5280771 or 16608175. OLE color: 16608175.

HSL color Cylindrical-coordinate representation of color #AF6BFD: hue angle of 267.95º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AF6BFD is Cyan = 0.31, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 175 107 253 -
CMYK 0.31 0.58 0 0.01
HSL 267.95º 0.97% 0.71% -
HSV(B) 267.95º 0.58% 0.99% -
XYZ 40.67 26.72 95.94 -
YUV 143.98 189.53 150.13 -
System Red Green Blue C M Y K H S L
Decimal 175 107 253 0.31 0.58 0 0.01 267.95 0.97 0.71
Hex AF 6B FD 1F 3A 0 1 10C 61 47
Octal 257 153 375 37 72 0 1 414 141 107
Binary 10101111 1101011 11111101 11111 111010 0 1 100001100 1100001 1000111

Color Harmonies of #AF6BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6BFD

Black with #AF6BFD

Text Example


Text Example

White with #AF6BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6BFD; }

 p { color: rgb(175,107,253); }

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

background-color css

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

 a { background-color: rgb(175,107,253); }

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

border-color css

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

 span { border-color: rgb(175,107,253); }

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