Html Css Color HEX #AF56FF Medium Orchid

📋 copy color: '#AF56FF'

red 175 ◦ green 86 ◦ blue 255

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

Shades of Medium Orchid #AF56FF

Tints of Medium Orchid #AF56FF

RGB

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

 GREEN value IS 86 (33.98% from 255) = 16.67%

 BLUE value IS 255 (100% from 255) = 49.42%

R = 33.91%
G = 16.67%
B = 49.42%

CMYK

 C value IS 0.31

 M value IS 0.66

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AF56FF (or 0xAF56FF) is known color: Medium Orchid. HEX triplet: AF, 56 and FF. RGB value is (175,86,255). Sum of RGB (Red+Green+Blue) = 175+86+255=516 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.91% from 516); Green value is 86 (33.98% from 255 or 16.67% from 516); Blue value is 255 (100% from 255 or 49.42% from 516); Max value from RGB is 255 - color contains mainly: blue. Hex color #AF56FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF56FF is #50A900. Grayscale: #838383. Windows color (decimal): -5286145 or 16733871. OLE color: 16733871.

HSL color Cylindrical-coordinate representation of color #AF56FF: hue angle of 271.6º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AF56FF is Cyan = 0.31, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 175 86 255 -
CMYK 0.31 0.66 0 0
HSL 271.6º 1% 0.67% -
HSV(B) 271.6º 0.66% 1% -
XYZ 39.06 22.99 96.99 -
YUV 131.88 197.49 158.76 -
System Red Green Blue C M Y K H S L
Decimal 175 86 255 0.31 0.66 0 0 271.6 1 0.67
Hex AF 56 FF 1F 42 0 0 110 64 43
Octal 257 126 377 37 102 0 0 420 144 103
Binary 10101111 1010110 11111111 11111 1000010 0 0 100010000 1100100 1000011

Color Harmonies of #AF56FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF56FF

Black with #AF56FF

Text Example


Text Example

White with #AF56FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF56FF; }

 p { color: rgb(175,86,255); }

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

background-color css

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

 a { background-color: rgb(175,86,255); }

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

border-color css

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

 span { border-color: rgb(175,86,255); }

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