Html Css Color HEX #AF4FFD Medium Orchid

📋 copy color: '#AF4FFD'

red 175 ◦ green 79 ◦ blue 253

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

Shades of Medium Orchid #AF4FFD

Tints of Medium Orchid #AF4FFD

RGB

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

 GREEN value IS 79 (31.25% from 255) = 15.58%

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

R = 34.52%
G = 15.58%
B = 49.9%

CMYK

 C value IS 0.31

 M value IS 0.69

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AF4FFD (or 0xAF4FFD) is known color: Medium Orchid. HEX triplet: AF, 4F and FD. RGB value is (175,79,253). Sum of RGB (Red+Green+Blue) = 175+79+253=507 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.52% from 507); Green value is 79 (31.25% from 255 or 15.58% from 507); Blue value is 253 (99.22% from 255 or 49.90% from 507); Max value from RGB is 253 - color contains mainly: blue. Hex color #AF4FFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF4FFD is #50B002. Grayscale: #7E7E7E. Windows color (decimal): -5287939 or 16601007. OLE color: 16601007.

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

Color convert

RGB 175 79 253 -
CMYK 0.31 0.69 0 0.01
HSL 273.1º 0.98% 0.65% -
HSV(B) 273.1º 0.69% 0.99% -
XYZ 38.2 21.8 95.12 -
YUV 127.54 198.8 161.85 -
System Red Green Blue C M Y K H S L
Decimal 175 79 253 0.31 0.69 0 0.01 273.1 0.98 0.65
Hex AF 4F FD 1F 45 0 1 111 62 41
Octal 257 117 375 37 105 0 1 421 142 101
Binary 10101111 1001111 11111101 11111 1000101 0 1 100010001 1100010 1000001

Color Harmonies of #AF4FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4FFD

Black with #AF4FFD

Text Example


Text Example

White with #AF4FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4FFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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