Html Css Color HEX #AF5AF6 Medium Orchid

📋 copy color: '#AF5AF6'

red 175 ◦ green 90 ◦ blue 246

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

Shades of Medium Orchid #AF5AF6

Tints of Medium Orchid #AF5AF6

RGB

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

 GREEN value IS 90 (35.55% from 255) = 17.61%

 BLUE value IS 246 (96.48% from 255) = 48.14%

R = 34.25%
G = 17.61%
B = 48.14%

CMYK

 C value IS 0.29

 M value IS 0.63

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#AF5AF6 (or 0xAF5AF6) is known color: Medium Orchid. HEX triplet: AF, 5A and F6. RGB value is (175,90,246). Sum of RGB (Red+Green+Blue) = 175+90+246=511 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.25% from 511); Green value is 90 (35.55% from 255 or 17.61% from 511); Blue value is 246 (96.48% from 255 or 48.14% from 511); Max value from RGB is 246 - color contains mainly: blue. Hex color #AF5AF6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF5AF6 is #50A509. Grayscale: #848484. Windows color (decimal): -5285130 or 16145071. OLE color: 16145071.

HSL color Cylindrical-coordinate representation of color #AF5AF6: hue angle of 272.69º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AF5AF6 is Cyan = 0.29, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 175 90 246 -
CMYK 0.29 0.63 0 0.04
HSL 272.69º 0.9% 0.66% -
HSV(B) 272.69º 0.63% 0.96% -
XYZ 37.97 23.08 89.64 -
YUV 133.2 191.66 157.82 -
System Red Green Blue C M Y K H S L
Decimal 175 90 246 0.29 0.63 0 0.04 272.69 0.9 0.66
Hex AF 5A F6 1D 3F 0 4 111 5A 42
Octal 257 132 366 35 77 0 4 421 132 102
Binary 10101111 1011010 11110110 11101 111111 0 100 100010001 1011010 1000010

Color Harmonies of #AF5AF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5AF6

Black with #AF5AF6

Text Example


Text Example

White with #AF5AF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5AF6; }

 p { color: rgb(175,90,246); }

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

background-color css

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

 a { background-color: rgb(175,90,246); }

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

border-color css

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

 span { border-color: rgb(175,90,246); }

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