Html Css Color HEX #AF67FB Medium Purple

📋 copy color: '#AF67FB'

red 175 ◦ green 103 ◦ blue 251

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

Shades of Medium Purple #AF67FB

Tints of Medium Purple #AF67FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 47.45%

R = 33.08%
G = 19.47%
B = 47.45%

CMYK

 C value IS 0.30

 M value IS 0.59

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AF67FB (or 0xAF67FB) is known color: Medium Purple. HEX triplet: AF, 67 and FB. RGB value is (175,103,251). Sum of RGB (Red+Green+Blue) = 175+103+251=529 (70% of max value = 765). Red value is 175 (68.75% from 255 or 33.08% from 529); Green value is 103 (40.62% from 255 or 19.47% from 529); Blue value is 251 (98.44% from 255 or 47.45% from 529); Max value from RGB is 251 - color contains mainly: blue. Hex color #AF67FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF67FB is #509804. Grayscale: #8C8C8C. Windows color (decimal): -5281797 or 16476079. OLE color: 16476079.

HSL color Cylindrical-coordinate representation of color #AF67FB: hue angle of 269.19º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AF67FB is Cyan = 0.30, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 175 103 251 -
CMYK 0.30 0.59 0 0.02
HSL 269.19º 0.95% 0.69% -
HSV(B) 269.19º 0.59% 0.98% -
XYZ 39.94 25.78 94.14 -
YUV 141.4 189.85 151.97 -
System Red Green Blue C M Y K H S L
Decimal 175 103 251 0.30 0.59 0 0.02 269.19 0.95 0.69
Hex AF 67 FB 1E 3B 0 2 10D 5F 45
Octal 257 147 373 36 73 0 2 415 137 105
Binary 10101111 1100111 11111011 11110 111011 0 10 100001101 1011111 1000101

Color Harmonies of #AF67FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF67FB

Black with #AF67FB

Text Example


Text Example

White with #AF67FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF67FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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