Html Css Color HEX #A64BEE Medium Orchid

📋 copy color: '#A64BEE'

red 166 ◦ green 75 ◦ blue 238

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

Shades of Medium Orchid #A64BEE

Tints of Medium Orchid #A64BEE

RGB

 RED value IS 166 (65.23% from 255) = 34.66%

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

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

R = 34.66%
G = 15.66%
B = 49.69%

CMYK

 C value IS 0.30

 M value IS 0.68

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A64BEE (or 0xA64BEE) is known color: Medium Orchid. HEX triplet: A6, 4B and EE. RGB value is (166,75,238). Sum of RGB (Red+Green+Blue) = 166+75+238=479 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.66% from 479); Green value is 75 (29.69% from 255 or 15.66% from 479); Blue value is 238 (93.36% from 255 or 49.69% from 479); Max value from RGB is 238 - color contains mainly: blue. Hex color #A64BEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A64BEE is #59B411. Grayscale: #787878. Windows color (decimal): -5878802 or 15616934. OLE color: 15616934.

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

Color convert

RGB 166 75 238 -
CMYK 0.30 0.68 0 0.07
HSL 273.5º 0.83% 0.61% -
HSV(B) 273.5º 0.68% 0.93% -
XYZ 33.67 19.31 82.84 -
YUV 120.79 194.15 160.25 -
System Red Green Blue C M Y K H S L
Decimal 166 75 238 0.30 0.68 0 0.07 273.5 0.83 0.61
Hex A6 4B EE 1E 44 0 7 111 53 3D
Octal 246 113 356 36 104 0 7 421 123 75
Binary 10100110 1001011 11101110 11110 1000100 0 111 100010001 1010011 111101

Color Harmonies of #A64BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64BEE

Black with #A64BEE

Text Example


Text Example

White with #A64BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64BEE; }

 p { color: rgb(166,75,238); }

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

background-color css

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

 a { background-color: rgb(166,75,238); }

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

border-color css

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

 span { border-color: rgb(166,75,238); }

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