Html Css Color HEX #AF70FD Medium Purple

📋 copy color: '#AF70FD'

red 175 ◦ green 112 ◦ blue 253

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

Shades of Medium Purple #AF70FD

Tints of Medium Purple #AF70FD

RGB

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

 GREEN value IS 112 (44.14% from 255) = 20.74%

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

R = 32.41%
G = 20.74%
B = 46.85%

CMYK

 C value IS 0.31

 M value IS 0.56

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AF70FD (or 0xAF70FD) is known color: Medium Purple. HEX triplet: AF, 70 and FD. RGB value is (175,112,253). Sum of RGB (Red+Green+Blue) = 175+112+253=540 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.41% from 540); Green value is 112 (44.14% from 255 or 20.74% from 540); Blue value is 253 (99.22% from 255 or 46.85% from 540); Max value from RGB is 253 - color contains mainly: blue. Hex color #AF70FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF70FD is #508F02. Grayscale: #929292. Windows color (decimal): -5279491 or 16609455. OLE color: 16609455.

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

Color convert

RGB 175 112 253 -
CMYK 0.31 0.56 0 0.01
HSL 266.81º 0.97% 0.72% -
HSV(B) 266.81º 0.56% 0.99% -
XYZ 41.2 27.79 96.12 -
YUV 146.91 187.87 148.04 -
System Red Green Blue C M Y K H S L
Decimal 175 112 253 0.31 0.56 0 0.01 266.81 0.97 0.72
Hex AF 70 FD 1F 38 0 1 10B 61 48
Octal 257 160 375 37 70 0 1 413 141 110
Binary 10101111 1110000 11111101 11111 111000 0 1 100001011 1100001 1001000

Color Harmonies of #AF70FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF70FD

Black with #AF70FD

Text Example


Text Example

White with #AF70FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF70FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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