Html Css Color HEX #A64FFB Medium Orchid

📋 copy color: '#A64FFB'

red 166 ◦ green 79 ◦ blue 251

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

Shades of Medium Orchid #A64FFB

Tints of Medium Orchid #A64FFB

RGB

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

 GREEN value IS 79 (31.25% from 255) = 15.93%

 BLUE value IS 251 (98.44% from 255) = 50.6%

R = 33.47%
G = 15.93%
B = 50.6%

CMYK

 C value IS 0.34

 M value IS 0.69

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A64FFB (or 0xA64FFB) is known color: Medium Orchid. HEX triplet: A6, 4F and FB. RGB value is (166,79,251). Sum of RGB (Red+Green+Blue) = 166+79+251=496 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.47% from 496); Green value is 79 (31.25% from 255 or 15.93% from 496); Blue value is 251 (98.44% from 255 or 50.60% from 496); Max value from RGB is 251 - color contains mainly: blue. Hex color #A64FFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A64FFB is #59B004. Grayscale: #7C7C7C. Windows color (decimal): -5877765 or 16469926. OLE color: 16469926.

HSL color Cylindrical-coordinate representation of color #A64FFB: hue angle of 270.35º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A64FFB is Cyan = 0.34, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 166 79 251 -
CMYK 0.34 0.69 0 0.02
HSL 270.35º 0.96% 0.65% -
HSV(B) 270.35º 0.69% 0.98% -
XYZ 35.93 20.66 93.36 -
YUV 124.62 199.32 157.51 -
System Red Green Blue C M Y K H S L
Decimal 166 79 251 0.34 0.69 0 0.02 270.35 0.96 0.65
Hex A6 4F FB 22 45 0 2 10E 60 41
Octal 246 117 373 42 105 0 2 416 140 101
Binary 10100110 1001111 11111011 100010 1000101 0 10 100001110 1100000 1000001

Color Harmonies of #A64FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64FFB

Black with #A64FFB

Text Example


Text Example

White with #A64FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64FFB; }

 p { color: rgb(166,79,251); }

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

background-color css

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

 a { background-color: rgb(166,79,251); }

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

border-color css

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

 span { border-color: rgb(166,79,251); }

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