Html Css Color HEX #AF67FD Medium Purple

📋 copy color: '#AF67FD'

red 175 ◦ green 103 ◦ blue 253

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

Shades of Medium Purple #AF67FD

Tints of Medium Purple #AF67FD

RGB

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

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

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

R = 32.96%
G = 19.4%
B = 47.65%

CMYK

 C value IS 0.31

 M value IS 0.59

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AF67FD (or 0xAF67FD) is known color: Medium Purple. HEX triplet: AF, 67 and FD. RGB value is (175,103,253). Sum of RGB (Red+Green+Blue) = 175+103+253=531 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.96% from 531); Green value is 103 (40.62% from 255 or 19.40% from 531); Blue value is 253 (99.22% from 255 or 47.65% from 531); Max value from RGB is 253 - color contains mainly: blue. Hex color #AF67FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF67FD is #509802. Grayscale: #8D8D8D. Windows color (decimal): -5281795 or 16607151. OLE color: 16607151.

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

Color convert

RGB 175 103 253 -
CMYK 0.31 0.59 0 0.01
HSL 268.8º 0.97% 0.7% -
HSV(B) 268.8º 0.59% 0.99% -
XYZ 40.26 25.91 95.81 -
YUV 141.63 190.85 151.8 -
System Red Green Blue C M Y K H S L
Decimal 175 103 253 0.31 0.59 0 0.01 268.8 0.97 0.7
Hex AF 67 FD 1F 3B 0 1 10D 61 46
Octal 257 147 375 37 73 0 1 415 141 106
Binary 10101111 1100111 11111101 11111 111011 0 1 100001101 1100001 1000110

Color Harmonies of #AF67FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF67FD

Black with #AF67FD

Text Example


Text Example

White with #AF67FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF67FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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