Html Css Color HEX #A751CC Medium Orchid

📋 copy color: '#A751CC'

red 167 ◦ green 81 ◦ blue 204

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

Shades of Medium Orchid #A751CC

Tints of Medium Orchid #A751CC

RGB

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

 GREEN value IS 81 (32.03% from 255) = 17.92%

 BLUE value IS 204 (80.08% from 255) = 45.13%

R = 36.95%
G = 17.92%
B = 45.13%

CMYK

 C value IS 0.18

 M value IS 0.60

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A751CC (or 0xA751CC) is known color: Medium Orchid. HEX triplet: A7, 51 and CC. RGB value is (167,81,204). Sum of RGB (Red+Green+Blue) = 167+81+204=452 (59% of max value = 765). Red value is 167 (65.62% from 255 or 36.95% from 452); Green value is 81 (32.03% from 255 or 17.92% from 452); Blue value is 204 (80.08% from 255 or 45.13% from 452); Max value from RGB is 204 - color contains mainly: blue. Hex color #A751CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A751CC is #58AE33. Grayscale: #787878. Windows color (decimal): -5811764 or 13390247. OLE color: 13390247.

HSL color Cylindrical-coordinate representation of color #A751CC: hue angle of 281.95º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A751CC is Cyan = 0.18, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 167 81 204 -
CMYK 0.18 0.60 0 0.2
HSL 281.95º 0.55% 0.56% -
HSV(B) 281.95º 0.6% 0.8% -
XYZ 29.78 18.46 59.12 -
YUV 120.74 174.99 161 -
System Red Green Blue C M Y K H S L
Decimal 167 81 204 0.18 0.60 0 0.2 281.95 0.55 0.56
Hex A7 51 CC 12 3C 0 14 11A 37 38
Octal 247 121 314 22 74 0 24 432 67 70
Binary 10100111 1010001 11001100 10010 111100 0 10100 100011010 110111 111000

Color Harmonies of #A751CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A751CC

Black with #A751CC

Text Example


Text Example

White with #A751CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A751CC; }

 p { color: rgb(167,81,204); }

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

background-color css

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

 a { background-color: rgb(167,81,204); }

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

border-color css

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

 span { border-color: rgb(167,81,204); }

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