Html Css Color HEX #AF3BEE Medium Orchid

📋 copy color: '#AF3BEE'

red 175 ◦ green 59 ◦ blue 238

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

Shades of Medium Orchid #AF3BEE

Tints of Medium Orchid #AF3BEE

RGB

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

 GREEN value IS 59 (23.44% from 255) = 12.5%

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

R = 37.08%
G = 12.5%
B = 50.42%

CMYK

 C value IS 0.26

 M value IS 0.75

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AF3BEE (or 0xAF3BEE) is known color: Medium Orchid. HEX triplet: AF, 3B and EE. RGB value is (175,59,238). Sum of RGB (Red+Green+Blue) = 175+59+238=472 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.08% from 472); Green value is 59 (23.44% from 255 or 12.5% from 472); Blue value is 238 (93.36% from 255 or 50.42% from 472); Max value from RGB is 238 - color contains mainly: blue. Hex color #AF3BEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF3BEE is #50C411. Grayscale: #717171. Windows color (decimal): -5293074 or 15612847. OLE color: 15612847.

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

Color convert

RGB 175 59 238 -
CMYK 0.26 0.75 0 0.07
HSL 278.88º 0.84% 0.58% -
HSV(B) 278.88º 0.75% 0.93% -
XYZ 34.68 18.41 82.62 -
YUV 114.09 197.93 171.45 -
System Red Green Blue C M Y K H S L
Decimal 175 59 238 0.26 0.75 0 0.07 278.88 0.84 0.58
Hex AF 3B EE 1A 4B 0 7 117 54 3A
Octal 257 73 356 32 113 0 7 427 124 72
Binary 10101111 111011 11101110 11010 1001011 0 111 100010111 1010100 111010

Color Harmonies of #AF3BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3BEE

Black with #AF3BEE

Text Example


Text Example

White with #AF3BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3BEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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