Html Css Color HEX #AF55F2 Medium Orchid

📋 copy color: '#AF55F2'

red 175 ◦ green 85 ◦ blue 242

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

Shades of Medium Orchid #AF55F2

Tints of Medium Orchid #AF55F2

RGB

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

 GREEN value IS 85 (33.59% from 255) = 16.93%

 BLUE value IS 242 (94.92% from 255) = 48.21%

R = 34.86%
G = 16.93%
B = 48.21%

CMYK

 C value IS 0.28

 M value IS 0.65

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AF55F2 (or 0xAF55F2) is known color: Medium Orchid. HEX triplet: AF, 55 and F2. RGB value is (175,85,242). Sum of RGB (Red+Green+Blue) = 175+85+242=502 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.86% from 502); Green value is 85 (33.59% from 255 or 16.93% from 502); Blue value is 242 (94.92% from 255 or 48.21% from 502); Max value from RGB is 242 - color contains mainly: blue. Hex color #AF55F2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF55F2 is #50AA0D. Grayscale: #818181. Windows color (decimal): -5286414 or 15881647. OLE color: 15881647.

HSL color Cylindrical-coordinate representation of color #AF55F2: hue angle of 274.39º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AF55F2 is Cyan = 0.28, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 175 85 242 -
CMYK 0.28 0.65 0 0.05
HSL 274.39º 0.86% 0.64% -
HSV(B) 274.39º 0.65% 0.95% -
XYZ 36.95 22.02 86.31 -
YUV 129.81 191.32 160.23 -
System Red Green Blue C M Y K H S L
Decimal 175 85 242 0.28 0.65 0 0.05 274.39 0.86 0.64
Hex AF 55 F2 1C 41 0 5 112 56 40
Octal 257 125 362 34 101 0 5 422 126 100
Binary 10101111 1010101 11110010 11100 1000001 0 101 100010010 1010110 1000000

Color Harmonies of #AF55F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF55F2

Black with #AF55F2

Text Example


Text Example

White with #AF55F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF55F2; }

 p { color: rgb(175,85,242); }

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

background-color css

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

 a { background-color: rgb(175,85,242); }

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

border-color css

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

 span { border-color: rgb(175,85,242); }

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