Html Css Color HEX #AF5AEE Medium Orchid

📋 copy color: '#AF5AEE'

red 175 ◦ green 90 ◦ blue 238

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

Shades of Medium Orchid #AF5AEE

Tints of Medium Orchid #AF5AEE

RGB

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

 GREEN value IS 90 (35.55% from 255) = 17.89%

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

R = 34.79%
G = 17.89%
B = 47.32%

CMYK

 C value IS 0.26

 M value IS 0.62

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AF5AEE (or 0xAF5AEE) is known color: Medium Orchid. HEX triplet: AF, 5A and EE. RGB value is (175,90,238). Sum of RGB (Red+Green+Blue) = 175+90+238=503 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.79% from 503); Green value is 90 (35.55% from 255 or 17.89% from 503); Blue value is 238 (93.36% from 255 or 47.32% from 503); Max value from RGB is 238 - color contains mainly: blue. Hex color #AF5AEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF5AEE is #50A511. Grayscale: #838383. Windows color (decimal): -5285138 or 15620783. OLE color: 15620783.

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

Color convert

RGB 175 90 238 -
CMYK 0.26 0.62 0 0.07
HSL 274.46º 0.81% 0.64% -
HSV(B) 274.46º 0.62% 0.93% -
XYZ 36.77 22.6 83.31 -
YUV 132.29 187.66 158.47 -
System Red Green Blue C M Y K H S L
Decimal 175 90 238 0.26 0.62 0 0.07 274.46 0.81 0.64
Hex AF 5A EE 1A 3E 0 7 112 51 40
Octal 257 132 356 32 76 0 7 422 121 100
Binary 10101111 1011010 11101110 11010 111110 0 111 100010010 1010001 1000000

Color Harmonies of #AF5AEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5AEE

Black with #AF5AEE

Text Example


Text Example

White with #AF5AEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5AEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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