Html Css Color HEX #AF44EB Medium Orchid

📋 copy color: '#AF44EB'

red 175 ◦ green 68 ◦ blue 235

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

Shades of Medium Orchid #AF44EB

Tints of Medium Orchid #AF44EB

RGB

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

 GREEN value IS 68 (26.95% from 255) = 14.23%

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

R = 36.61%
G = 14.23%
B = 49.16%

CMYK

 C value IS 0.26

 M value IS 0.71

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AF44EB (or 0xAF44EB) is known color: Medium Orchid. HEX triplet: AF, 44 and EB. RGB value is (175,68,235). Sum of RGB (Red+Green+Blue) = 175+68+235=478 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.61% from 478); Green value is 68 (26.95% from 255 or 14.23% from 478); Blue value is 235 (92.19% from 255 or 49.16% from 478); Max value from RGB is 235 - color contains mainly: blue. Hex color #AF44EB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF44EB is #50BB14. Grayscale: #767676. Windows color (decimal): -5290773 or 15418543. OLE color: 15418543.

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

Color convert

RGB 175 68 235 -
CMYK 0.26 0.71 0 0.08
HSL 278.44º 0.81% 0.59% -
HSV(B) 278.44º 0.71% 0.92% -
XYZ 34.74 19.25 80.48 -
YUV 119.03 193.45 167.92 -
System Red Green Blue C M Y K H S L
Decimal 175 68 235 0.26 0.71 0 0.08 278.44 0.81 0.59
Hex AF 44 EB 1A 47 0 8 116 51 3B
Octal 257 104 353 32 107 0 10 426 121 73
Binary 10101111 1000100 11101011 11010 1000111 0 1000 100010110 1010001 111011

Color Harmonies of #AF44EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF44EB

Black with #AF44EB

Text Example


Text Example

White with #AF44EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF44EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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