Html Css Color HEX #AF4EEB Medium Orchid

📋 copy color: '#AF4EEB'

red 175 ◦ green 78 ◦ blue 235

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

Shades of Medium Orchid #AF4EEB

Tints of Medium Orchid #AF4EEB

RGB

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

 GREEN value IS 78 (30.86% from 255) = 15.98%

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

R = 35.86%
G = 15.98%
B = 48.16%

CMYK

 C value IS 0.26

 M value IS 0.67

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AF4EEB (or 0xAF4EEB) is known color: Medium Orchid. HEX triplet: AF, 4E and EB. RGB value is (175,78,235). Sum of RGB (Red+Green+Blue) = 175+78+235=488 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.86% from 488); Green value is 78 (30.86% from 255 or 15.98% from 488); Blue value is 235 (92.19% from 255 or 48.16% from 488); Max value from RGB is 235 - color contains mainly: blue. Hex color #AF4EEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF4EEB is #50B114. Grayscale: #7C7C7C. Windows color (decimal): -5288213 or 15421103. OLE color: 15421103.

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

Color convert

RGB 175 78 235 -
CMYK 0.26 0.67 0 0.08
HSL 277.07º 0.8% 0.61% -
HSV(B) 277.07º 0.67% 0.92% -
XYZ 35.4 20.56 80.7 -
YUV 124.9 190.14 163.73 -
System Red Green Blue C M Y K H S L
Decimal 175 78 235 0.26 0.67 0 0.08 277.07 0.8 0.61
Hex AF 4E EB 1A 43 0 8 115 50 3D
Octal 257 116 353 32 103 0 10 425 120 75
Binary 10101111 1001110 11101011 11010 1000011 0 1000 100010101 1010000 111101

Color Harmonies of #AF4EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4EEB

Black with #AF4EEB

Text Example


Text Example

White with #AF4EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4EEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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