Html Css Color HEX #AF6CFD Medium Purple

📋 copy color: '#AF6CFD'

red 175 ◦ green 108 ◦ blue 253

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

Shades of Medium Purple #AF6CFD

Tints of Medium Purple #AF6CFD

RGB

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

 GREEN value IS 108 (42.58% from 255) = 20.15%

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

R = 32.65%
G = 20.15%
B = 47.2%

CMYK

 C value IS 0.31

 M value IS 0.57

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AF6CFD (or 0xAF6CFD) is known color: Medium Purple. HEX triplet: AF, 6C and FD. RGB value is (175,108,253). Sum of RGB (Red+Green+Blue) = 175+108+253=536 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.65% from 536); Green value is 108 (42.58% from 255 or 20.15% from 536); Blue value is 253 (99.22% from 255 or 47.20% from 536); Max value from RGB is 253 - color contains mainly: blue. Hex color #AF6CFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF6CFD is #509302. Grayscale: #909090. Windows color (decimal): -5280515 or 16608431. OLE color: 16608431.

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

Color convert

RGB 175 108 253 -
CMYK 0.31 0.57 0 0.01
HSL 267.72º 0.97% 0.71% -
HSV(B) 267.72º 0.57% 0.99% -
XYZ 40.77 26.93 95.98 -
YUV 144.56 189.2 149.71 -
System Red Green Blue C M Y K H S L
Decimal 175 108 253 0.31 0.57 0 0.01 267.72 0.97 0.71
Hex AF 6C FD 1F 39 0 1 10C 61 47
Octal 257 154 375 37 71 0 1 414 141 107
Binary 10101111 1101100 11111101 11111 111001 0 1 100001100 1100001 1000111

Color Harmonies of #AF6CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6CFD

Black with #AF6CFD

Text Example


Text Example

White with #AF6CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6CFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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