Html Css Color HEX #A64CF2 Medium Orchid

📋 copy color: '#A64CF2'

red 166 ◦ green 76 ◦ blue 242

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

Shades of Medium Orchid #A64CF2

Tints of Medium Orchid #A64CF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 50%

R = 34.3%
G = 15.7%
B = 50%

CMYK

 C value IS 0.31

 M value IS 0.69

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A64CF2 (or 0xA64CF2) is known color: Medium Orchid. HEX triplet: A6, 4C and F2. RGB value is (166,76,242). Sum of RGB (Red+Green+Blue) = 166+76+242=484 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.30% from 484); Green value is 76 (30.08% from 255 or 15.70% from 484); Blue value is 242 (94.92% from 255 or 50% from 484); Max value from RGB is 242 - color contains mainly: blue. Hex color #A64CF2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A64CF2 is #59B30D. Grayscale: #797979. Windows color (decimal): -5878542 or 15879334. OLE color: 15879334.

HSL color Cylindrical-coordinate representation of color #A64CF2: hue angle of 272.53º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A64CF2 is Cyan = 0.31, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 166 76 242 -
CMYK 0.31 0.69 0 0.05
HSL 272.53º 0.86% 0.62% -
HSV(B) 272.53º 0.69% 0.95% -
XYZ 34.34 19.69 85.99 -
YUV 121.83 195.82 159.5 -
System Red Green Blue C M Y K H S L
Decimal 166 76 242 0.31 0.69 0 0.05 272.53 0.86 0.62
Hex A6 4C F2 1F 45 0 5 111 56 3E
Octal 246 114 362 37 105 0 5 421 126 76
Binary 10100110 1001100 11110010 11111 1000101 0 101 100010001 1010110 111110

Color Harmonies of #A64CF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64CF2

Black with #A64CF2

Text Example


Text Example

White with #A64CF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64CF2; }

 p { color: rgb(166,76,242); }

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

background-color css

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

 a { background-color: rgb(166,76,242); }

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

border-color css

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

 span { border-color: rgb(166,76,242); }

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