Html Css Color HEX #AF4BEB Medium Orchid

📋 copy color: '#AF4BEB'

red 175 ◦ green 75 ◦ blue 235

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

Shades of Medium Orchid #AF4BEB

Tints of Medium Orchid #AF4BEB

RGB

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

 GREEN value IS 75 (29.69% from 255) = 15.46%

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

R = 36.08%
G = 15.46%
B = 48.45%

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

#AF4BEB (or 0xAF4BEB) is known color: Medium Orchid. HEX triplet: AF, 4B and EB. RGB value is (175,75,235). Sum of RGB (Red+Green+Blue) = 175+75+235=485 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.08% from 485); Green value is 75 (29.69% from 255 or 15.46% from 485); Blue value is 235 (92.19% from 255 or 48.45% from 485); Max value from RGB is 235 - color contains mainly: blue. Hex color #AF4BEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF4BEB is #50B414. Grayscale: #7A7A7A. Windows color (decimal): -5288981 or 15420335. OLE color: 15420335.

HSL color Cylindrical-coordinate representation of color #AF4BEB: hue angle of 277.5º 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 #AF4BEB is Cyan = 0.26, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 175 75 235 -
CMYK 0.26 0.68 0 0.08
HSL 277.5º 0.8% 0.61% -
HSV(B) 277.5º 0.68% 0.92% -
XYZ 35.19 20.14 80.63 -
YUV 123.14 191.13 164.99 -
System Red Green Blue C M Y K H S L
Decimal 175 75 235 0.26 0.68 0 0.08 277.5 0.8 0.61
Hex AF 4B EB 1A 44 0 8 116 50 3D
Octal 257 113 353 32 104 0 10 426 120 75
Binary 10101111 1001011 11101011 11010 1000100 0 1000 100010110 1010000 111101

Color Harmonies of #AF4BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4BEB

Black with #AF4BEB

Text Example


Text Example

White with #AF4BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4BEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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