Html Css Color HEX #A64BCF Medium Orchid

📋 copy color: '#A64BCF'

red 166 ◦ green 75 ◦ blue 207

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

Shades of Medium Orchid #A64BCF

Tints of Medium Orchid #A64BCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 46.21%

R = 37.05%
G = 16.74%
B = 46.21%

CMYK

 C value IS 0.20

 M value IS 0.64

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A64BCF (or 0xA64BCF) is known color: Medium Orchid. HEX triplet: A6, 4B and CF. RGB value is (166,75,207). Sum of RGB (Red+Green+Blue) = 166+75+207=448 (59% of max value = 765). Red value is 166 (65.23% from 255 or 37.05% from 448); Green value is 75 (29.69% from 255 or 16.74% from 448); Blue value is 207 (81.25% from 255 or 46.21% from 448); Max value from RGB is 207 - color contains mainly: blue. Hex color #A64BCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A64BCF is #59B430. Grayscale: #747474. Windows color (decimal): -5878833 or 13585318. OLE color: 13585318.

HSL color Cylindrical-coordinate representation of color #A64BCF: hue angle of 281.36º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A64BCF is Cyan = 0.20, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 166 75 207 -
CMYK 0.20 0.64 0 0.19
HSL 281.36º 0.58% 0.55% -
HSV(B) 281.36º 0.64% 0.81% -
XYZ 29.5 17.64 60.88 -
YUV 117.26 178.65 162.77 -
System Red Green Blue C M Y K H S L
Decimal 166 75 207 0.20 0.64 0 0.19 281.36 0.58 0.55
Hex A6 4B CF 14 40 0 13 119 3A 37
Octal 246 113 317 24 100 0 23 431 72 67
Binary 10100110 1001011 11001111 10100 1000000 0 10011 100011001 111010 110111

Color Harmonies of #A64BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64BCF

Black with #A64BCF

Text Example


Text Example

White with #A64BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64BCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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