Html Css Color HEX #AF5CEE Medium Orchid

📋 copy color: '#AF5CEE'

red 175 ◦ green 92 ◦ blue 238

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

Shades of Medium Orchid #AF5CEE

Tints of Medium Orchid #AF5CEE

RGB

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

 GREEN value IS 92 (36.33% from 255) = 18.22%

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

R = 34.65%
G = 18.22%
B = 47.13%

CMYK

 C value IS 0.26

 M value IS 0.61

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AF5CEE (or 0xAF5CEE) is known color: Medium Orchid. HEX triplet: AF, 5C and EE. RGB value is (175,92,238). Sum of RGB (Red+Green+Blue) = 175+92+238=505 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.65% from 505); Green value is 92 (36.33% from 255 or 18.22% from 505); Blue value is 238 (93.36% from 255 or 47.13% from 505); Max value from RGB is 238 - color contains mainly: blue. Hex color #AF5CEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF5CEE is #50A311. Grayscale: #848484. Windows color (decimal): -5284626 or 15621295. OLE color: 15621295.

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

Color convert

RGB 175 92 238 -
CMYK 0.26 0.61 0 0.07
HSL 274.11º 0.81% 0.65% -
HSV(B) 274.11º 0.61% 0.93% -
XYZ 36.94 22.94 83.37 -
YUV 133.46 187 157.63 -
System Red Green Blue C M Y K H S L
Decimal 175 92 238 0.26 0.61 0 0.07 274.11 0.81 0.65
Hex AF 5C EE 1A 3D 0 7 112 51 41
Octal 257 134 356 32 75 0 7 422 121 101
Binary 10101111 1011100 11101110 11010 111101 0 111 100010010 1010001 1000001

Color Harmonies of #AF5CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5CEE

Black with #AF5CEE

Text Example


Text Example

White with #AF5CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5CEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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