Html Css Color HEX #AF4AEB Medium Orchid

📋 copy color: '#AF4AEB'

red 175 ◦ green 74 ◦ blue 235

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

Shades of Medium Orchid #AF4AEB

Tints of Medium Orchid #AF4AEB

RGB

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

 GREEN value IS 74 (29.3% from 255) = 15.29%

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

R = 36.16%
G = 15.29%
B = 48.55%

CMYK

 C value IS 0.26

 M value IS 0.69

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AF4AEB (or 0xAF4AEB) is known color: Medium Orchid. HEX triplet: AF, 4A and EB. RGB value is (175,74,235). Sum of RGB (Red+Green+Blue) = 175+74+235=484 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.16% from 484); Green value is 74 (29.30% from 255 or 15.29% from 484); Blue value is 235 (92.19% from 255 or 48.55% from 484); Max value from RGB is 235 - color contains mainly: blue. Hex color #AF4AEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF4AEB is #50B514. Grayscale: #7A7A7A. Windows color (decimal): -5289237 or 15420079. OLE color: 15420079.

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

Color convert

RGB 175 74 235 -
CMYK 0.26 0.69 0 0.08
HSL 277.64º 0.8% 0.61% -
HSV(B) 277.64º 0.69% 0.92% -
XYZ 35.12 20.01 80.61 -
YUV 122.55 191.46 165.41 -
System Red Green Blue C M Y K H S L
Decimal 175 74 235 0.26 0.69 0 0.08 277.64 0.8 0.61
Hex AF 4A EB 1A 45 0 8 116 50 3D
Octal 257 112 353 32 105 0 10 426 120 75
Binary 10101111 1001010 11101011 11010 1000101 0 1000 100010110 1010000 111101

Color Harmonies of #AF4AEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4AEB

Black with #AF4AEB

Text Example


Text Example

White with #AF4AEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4AEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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