Html Css Color HEX #AF4CEE Medium Orchid

📋 copy color: '#AF4CEE'

red 175 ◦ green 76 ◦ blue 238

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

Shades of Medium Orchid #AF4CEE

Tints of Medium Orchid #AF4CEE

RGB

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

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

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

R = 35.79%
G = 15.54%
B = 48.67%

CMYK

 C value IS 0.26

 M value IS 0.68

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AF4CEE (or 0xAF4CEE) is known color: Medium Orchid. HEX triplet: AF, 4C and EE. RGB value is (175,76,238). Sum of RGB (Red+Green+Blue) = 175+76+238=489 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.79% from 489); Green value is 76 (30.08% from 255 or 15.54% from 489); Blue value is 238 (93.36% from 255 or 48.67% from 489); Max value from RGB is 238 - color contains mainly: blue. Hex color #AF4CEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF4CEE is #50B311. Grayscale: #7B7B7B. Windows color (decimal): -5288722 or 15617199. OLE color: 15617199.

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

Color convert

RGB 175 76 238 -
CMYK 0.26 0.68 0 0.07
HSL 276.67º 0.83% 0.62% -
HSV(B) 276.67º 0.68% 0.93% -
XYZ 35.7 20.46 82.96 -
YUV 124.07 192.3 164.33 -
System Red Green Blue C M Y K H S L
Decimal 175 76 238 0.26 0.68 0 0.07 276.67 0.83 0.62
Hex AF 4C EE 1A 44 0 7 115 53 3E
Octal 257 114 356 32 104 0 7 425 123 76
Binary 10101111 1001100 11101110 11010 1000100 0 111 100010101 1010011 111110

Color Harmonies of #AF4CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4CEE

Black with #AF4CEE

Text Example


Text Example

White with #AF4CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4CEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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