Html Css Color HEX #AF55E6 Medium Orchid

📋 copy color: '#AF55E6'

red 175 ◦ green 85 ◦ blue 230

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

Shades of Medium Orchid #AF55E6

Tints of Medium Orchid #AF55E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 46.94%

R = 35.71%
G = 17.35%
B = 46.94%

CMYK

 C value IS 0.24

 M value IS 0.63

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#AF55E6 (or 0xAF55E6) is known color: Medium Orchid. HEX triplet: AF, 55 and E6. RGB value is (175,85,230). Sum of RGB (Red+Green+Blue) = 175+85+230=490 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.71% from 490); Green value is 85 (33.59% from 255 or 17.35% from 490); Blue value is 230 (90.23% from 255 or 46.94% from 490); Max value from RGB is 230 - color contains mainly: blue. Hex color #AF55E6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF55E6 is #50AA19. Grayscale: #7F7F7F. Windows color (decimal): -5286426 or 15095215. OLE color: 15095215.

HSL color Cylindrical-coordinate representation of color #AF55E6: hue angle of 277.24º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AF55E6 is Cyan = 0.24, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 175 85 230 -
CMYK 0.24 0.63 0 0.10
HSL 277.24º 0.74% 0.62% -
HSV(B) 277.24º 0.63% 0.9% -
XYZ 35.21 21.32 77.12 -
YUV 128.44 185.32 161.21 -
System Red Green Blue C M Y K H S L
Decimal 175 85 230 0.24 0.63 0 0.10 277.24 0.74 0.62
Hex AF 55 E6 18 3F 0 A 115 4A 3E
Octal 257 125 346 30 77 0 12 425 112 76
Binary 10101111 1010101 11100110 11000 111111 0 1010 100010101 1001010 111110

Color Harmonies of #AF55E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF55E6

Black with #AF55E6

Text Example


Text Example

White with #AF55E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF55E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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