Html Css Color HEX #AF54EB Medium Orchid

📋 copy color: '#AF54EB'

red 175 ◦ green 84 ◦ blue 235

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

Shades of Medium Orchid #AF54EB

Tints of Medium Orchid #AF54EB

RGB

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

 GREEN value IS 84 (33.2% from 255) = 17%

 BLUE value IS 235 (92.19% from 255) = 47.57%

R = 35.43%
G = 17%
B = 47.57%

CMYK

 C value IS 0.26

 M value IS 0.64

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AF54EB (or 0xAF54EB) is known color: Medium Orchid. HEX triplet: AF, 54 and EB. RGB value is (175,84,235). Sum of RGB (Red+Green+Blue) = 175+84+235=494 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.43% from 494); Green value is 84 (33.20% from 255 or 17.00% from 494); Blue value is 235 (92.19% from 255 or 47.57% from 494); Max value from RGB is 235 - color contains mainly: blue. Hex color #AF54EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF54EB is #50AB14. Grayscale: #7F7F7F. Windows color (decimal): -5286677 or 15422639. OLE color: 15422639.

HSL color Cylindrical-coordinate representation of color #AF54EB: hue angle of 276.16º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AF54EB is Cyan = 0.26, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 175 84 235 -
CMYK 0.26 0.64 0 0.08
HSL 276.16º 0.79% 0.63% -
HSV(B) 276.16º 0.64% 0.92% -
XYZ 35.84 21.45 80.85 -
YUV 128.42 188.15 161.22 -
System Red Green Blue C M Y K H S L
Decimal 175 84 235 0.26 0.64 0 0.08 276.16 0.79 0.63
Hex AF 54 EB 1A 40 0 8 114 4F 3F
Octal 257 124 353 32 100 0 10 424 117 77
Binary 10101111 1010100 11101011 11010 1000000 0 1000 100010100 1001111 111111

Color Harmonies of #AF54EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF54EB

Black with #AF54EB

Text Example


Text Example

White with #AF54EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF54EB; }

 p { color: rgb(175,84,235); }

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

background-color css

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

 a { background-color: rgb(175,84,235); }

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

border-color css

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

 span { border-color: rgb(175,84,235); }

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