Html Css Color HEX #A745E7 Medium Orchid

📋 copy color: '#A745E7'

red 167 ◦ green 69 ◦ blue 231

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

Shades of Medium Orchid #A745E7

Tints of Medium Orchid #A745E7

RGB

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

 GREEN value IS 69 (27.34% from 255) = 14.78%

 BLUE value IS 231 (90.63% from 255) = 49.46%

R = 35.76%
G = 14.78%
B = 49.46%

CMYK

 C value IS 0.28

 M value IS 0.70

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#A745E7 (or 0xA745E7) is known color: Medium Orchid. HEX triplet: A7, 45 and E7. RGB value is (167,69,231). Sum of RGB (Red+Green+Blue) = 167+69+231=467 (61% of max value = 765). Red value is 167 (65.62% from 255 or 35.76% from 467); Green value is 69 (27.34% from 255 or 14.78% from 467); Blue value is 231 (90.62% from 255 or 49.46% from 467); Max value from RGB is 231 - color contains mainly: blue. Hex color #A745E7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A745E7 is #58BA18. Grayscale: #747474. Windows color (decimal): -5814809 or 15156647. OLE color: 15156647.

HSL color Cylindrical-coordinate representation of color #A745E7: hue angle of 276.3º degrees, saturation: 0.77, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A745E7 is Cyan = 0.28, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 167 69 231 -
CMYK 0.28 0.70 0 0.09
HSL 276.3º 0.77% 0.59% -
HSV(B) 276.3º 0.7% 0.91% -
XYZ 32.49 18.24 77.41 -
YUV 116.77 192.47 163.83 -
System Red Green Blue C M Y K H S L
Decimal 167 69 231 0.28 0.70 0 0.09 276.3 0.77 0.59
Hex A7 45 E7 1C 46 0 9 114 4D 3B
Octal 247 105 347 34 106 0 11 424 115 73
Binary 10100111 1000101 11100111 11100 1000110 0 1001 100010100 1001101 111011

Color Harmonies of #A745E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A745E7

Black with #A745E7

Text Example


Text Example

White with #A745E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A745E7; }

 p { color: rgb(167,69,231); }

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

background-color css

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

 a { background-color: rgb(167,69,231); }

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

border-color css

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

 span { border-color: rgb(167,69,231); }

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