Html Css Color HEX #AF4DEE Medium Orchid

📋 copy color: '#AF4DEE'

red 175 ◦ green 77 ◦ blue 238

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

Shades of Medium Orchid #AF4DEE

Tints of Medium Orchid #AF4DEE

RGB

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

 GREEN value IS 77 (30.47% from 255) = 15.71%

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

R = 35.71%
G = 15.71%
B = 48.57%

CMYK

 C value IS 0.26

 M value IS 0.68

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AF4DEE (or 0xAF4DEE) is known color: Medium Orchid. HEX triplet: AF, 4D and EE. RGB value is (175,77,238). Sum of RGB (Red+Green+Blue) = 175+77+238=490 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.71% from 490); Green value is 77 (30.47% from 255 or 15.71% from 490); Blue value is 238 (93.36% from 255 or 48.57% from 490); Max value from RGB is 238 - color contains mainly: blue. Hex color #AF4DEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF4DEE is #50B211. Grayscale: #7C7C7C. Windows color (decimal): -5288466 or 15617455. OLE color: 15617455.

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

Color convert

RGB 175 77 238 -
CMYK 0.26 0.68 0 0.07
HSL 276.52º 0.83% 0.62% -
HSV(B) 276.52º 0.68% 0.93% -
XYZ 35.77 20.59 82.98 -
YUV 124.66 191.97 163.91 -
System Red Green Blue C M Y K H S L
Decimal 175 77 238 0.26 0.68 0 0.07 276.52 0.83 0.62
Hex AF 4D EE 1A 44 0 7 115 53 3E
Octal 257 115 356 32 104 0 7 425 123 76
Binary 10101111 1001101 11101110 11010 1000100 0 111 100010101 1010011 111110

Color Harmonies of #AF4DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4DEE

Black with #AF4DEE

Text Example


Text Example

White with #AF4DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4DEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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