Html Css Color HEX #A755CF Medium Orchid

📋 copy color: '#A755CF'

red 167 ◦ green 85 ◦ blue 207

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

Shades of Medium Orchid #A755CF

Tints of Medium Orchid #A755CF

RGB

 RED value IS 167 (65.63% from 255) = 36.38%

 GREEN value IS 85 (33.59% from 255) = 18.52%

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

R = 36.38%
G = 18.52%
B = 45.1%

CMYK

 C value IS 0.19

 M value IS 0.59

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A755CF (or 0xA755CF) is known color: Medium Orchid. HEX triplet: A7, 55 and CF. RGB value is (167,85,207). Sum of RGB (Red+Green+Blue) = 167+85+207=459 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.38% from 459); Green value is 85 (33.59% from 255 or 18.52% from 459); Blue value is 207 (81.25% from 255 or 45.10% from 459); Max value from RGB is 207 - color contains mainly: blue. Hex color #A755CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A755CF is #58AA30. Grayscale: #7B7B7B. Windows color (decimal): -5810737 or 13587879. OLE color: 13587879.

HSL color Cylindrical-coordinate representation of color #A755CF: hue angle of 280.33º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A755CF is Cyan = 0.19, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 167 85 207 -
CMYK 0.19 0.59 0 0.19
HSL 280.33º 0.56% 0.57% -
HSV(B) 280.33º 0.59% 0.81% -
XYZ 30.45 19.22 61.14 -
YUV 123.43 175.17 159.08 -
System Red Green Blue C M Y K H S L
Decimal 167 85 207 0.19 0.59 0 0.19 280.33 0.56 0.57
Hex A7 55 CF 13 3B 0 13 118 38 39
Octal 247 125 317 23 73 0 23 430 70 71
Binary 10100111 1010101 11001111 10011 111011 0 10011 100011000 111000 111001

Color Harmonies of #A755CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A755CF

Black with #A755CF

Text Example


Text Example

White with #A755CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A755CF; }

 p { color: rgb(167,85,207); }

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

background-color css

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

 a { background-color: rgb(167,85,207); }

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

border-color css

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

 span { border-color: rgb(167,85,207); }

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