Html Css Color HEX #AF7BFD Medium Purple

📋 copy color: '#AF7BFD'

red 175 ◦ green 123 ◦ blue 253

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

Shades of Medium Purple #AF7BFD

Tints of Medium Purple #AF7BFD

RGB

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

 GREEN value IS 123 (48.44% from 255) = 22.32%

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

R = 31.76%
G = 22.32%
B = 45.92%

CMYK

 C value IS 0.31

 M value IS 0.51

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AF7BFD (or 0xAF7BFD) is known color: Medium Purple. HEX triplet: AF, 7B and FD. RGB value is (175,123,253). Sum of RGB (Red+Green+Blue) = 175+123+253=551 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.76% from 551); Green value is 123 (48.44% from 255 or 22.32% from 551); Blue value is 253 (99.22% from 255 or 45.92% from 551); Max value from RGB is 253 - color contains mainly: blue. Hex color #AF7BFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF7BFD is #508402. Grayscale: #989898. Windows color (decimal): -5276675 or 16612271. OLE color: 16612271.

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

Color convert

RGB 175 123 253 -
CMYK 0.31 0.51 0 0.01
HSL 264º 0.97% 0.74% -
HSV(B) 264º 0.51% 0.99% -
XYZ 42.49 30.37 96.55 -
YUV 153.37 184.23 143.43 -
System Red Green Blue C M Y K H S L
Decimal 175 123 253 0.31 0.51 0 0.01 264 0.97 0.74
Hex AF 7B FD 1F 33 0 1 108 61 4A
Octal 257 173 375 37 63 0 1 410 141 112
Binary 10101111 1111011 11111101 11111 110011 0 1 100001000 1100001 1001010

Color Harmonies of #AF7BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7BFD

Black with #AF7BFD

Text Example


Text Example

White with #AF7BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7BFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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