Html Css Color HEX #AF4CEB Medium Orchid

📋 copy color: '#AF4CEB'

red 175 ◦ green 76 ◦ blue 235

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

Shades of Medium Orchid #AF4CEB

Tints of Medium Orchid #AF4CEB

RGB

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

 GREEN value IS 76 (30.08% from 255) = 15.64%

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

R = 36.01%
G = 15.64%
B = 48.35%

CMYK

 C value IS 0.26

 M value IS 0.68

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AF4CEB (or 0xAF4CEB) is known color: Medium Orchid. HEX triplet: AF, 4C and EB. RGB value is (175,76,235). Sum of RGB (Red+Green+Blue) = 175+76+235=486 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.01% from 486); Green value is 76 (30.08% from 255 or 15.64% from 486); Blue value is 235 (92.19% from 255 or 48.35% from 486); Max value from RGB is 235 - color contains mainly: blue. Hex color #AF4CEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF4CEB is #50B314. Grayscale: #7B7B7B. Windows color (decimal): -5288725 or 15420591. OLE color: 15420591.

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

Color convert

RGB 175 76 235 -
CMYK 0.26 0.68 0 0.08
HSL 277.36º 0.8% 0.61% -
HSV(B) 277.36º 0.68% 0.92% -
XYZ 35.26 20.28 80.65 -
YUV 123.73 190.8 164.57 -
System Red Green Blue C M Y K H S L
Decimal 175 76 235 0.26 0.68 0 0.08 277.36 0.8 0.61
Hex AF 4C EB 1A 44 0 8 115 50 3D
Octal 257 114 353 32 104 0 10 425 120 75
Binary 10101111 1001100 11101011 11010 1000100 0 1000 100010101 1010000 111101

Color Harmonies of #AF4CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4CEB

Black with #AF4CEB

Text Example


Text Example

White with #AF4CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4CEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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