Html Css Color HEX #AF43EE Medium Orchid

📋 copy color: '#AF43EE'

red 175 ◦ green 67 ◦ blue 238

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

Shades of Medium Orchid #AF43EE

Tints of Medium Orchid #AF43EE

RGB

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

 GREEN value IS 67 (26.56% from 255) = 13.96%

 BLUE value IS 238 (93.36% from 255) = 49.58%

R = 36.46%
G = 13.96%
B = 49.58%

CMYK

 C value IS 0.26

 M value IS 0.72

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AF43EE (or 0xAF43EE) is known color: Medium Orchid. HEX triplet: AF, 43 and EE. RGB value is (175,67,238). Sum of RGB (Red+Green+Blue) = 175+67+238=480 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.46% from 480); Green value is 67 (26.56% from 255 or 13.96% from 480); Blue value is 238 (93.36% from 255 or 49.58% from 480); Max value from RGB is 238 - color contains mainly: blue. Hex color #AF43EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF43EE is #50BC11. Grayscale: #767676. Windows color (decimal): -5291026 or 15614895. OLE color: 15614895.

HSL color Cylindrical-coordinate representation of color #AF43EE: hue angle of 277.89º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AF43EE is Cyan = 0.26, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 175 67 238 -
CMYK 0.26 0.72 0 0.07
HSL 277.89º 0.83% 0.6% -
HSV(B) 277.89º 0.72% 0.93% -
XYZ 35.12 19.3 82.76 -
YUV 118.79 195.28 168.1 -
System Red Green Blue C M Y K H S L
Decimal 175 67 238 0.26 0.72 0 0.07 277.89 0.83 0.6
Hex AF 43 EE 1A 48 0 7 116 53 3C
Octal 257 103 356 32 110 0 7 426 123 74
Binary 10101111 1000011 11101110 11010 1001000 0 111 100010110 1010011 111100

Color Harmonies of #AF43EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF43EE

Black with #AF43EE

Text Example


Text Example

White with #AF43EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF43EE; }

 p { color: rgb(175,67,238); }

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

background-color css

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

 a { background-color: rgb(175,67,238); }

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

border-color css

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

 span { border-color: rgb(175,67,238); }

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