Html Css Color HEX #A74BEB Medium Orchid

📋 copy color: '#A74BEB'

red 167 ◦ green 75 ◦ blue 235

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

Shades of Medium Orchid #A74BEB

Tints of Medium Orchid #A74BEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 49.27%

R = 35.01%
G = 15.72%
B = 49.27%

CMYK

 C value IS 0.29

 M value IS 0.68

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A74BEB (or 0xA74BEB) is known color: Medium Orchid. HEX triplet: A7, 4B and EB. RGB value is (167,75,235). Sum of RGB (Red+Green+Blue) = 167+75+235=477 (63% of max value = 765). Red value is 167 (65.62% from 255 or 35.01% from 477); Green value is 75 (29.69% from 255 or 15.72% from 477); Blue value is 235 (92.19% from 255 or 49.27% from 477); Max value from RGB is 235 - color contains mainly: blue. Hex color #A74BEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A74BEB is #58B414. Grayscale: #787878. Windows color (decimal): -5813269 or 15420327. OLE color: 15420327.

HSL color Cylindrical-coordinate representation of color #A74BEB: hue angle of 274.5º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A74BEB is Cyan = 0.29, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 167 75 235 -
CMYK 0.29 0.68 0 0.08
HSL 274.5º 0.8% 0.61% -
HSV(B) 274.5º 0.68% 0.92% -
XYZ 33.45 19.25 80.55 -
YUV 120.75 192.48 160.99 -
System Red Green Blue C M Y K H S L
Decimal 167 75 235 0.29 0.68 0 0.08 274.5 0.8 0.61
Hex A7 4B EB 1D 44 0 8 112 50 3D
Octal 247 113 353 35 104 0 10 422 120 75
Binary 10100111 1001011 11101011 11101 1000100 0 1000 100010010 1010000 111101

Color Harmonies of #A74BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A74BEB

Black with #A74BEB

Text Example


Text Example

White with #A74BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A74BEB; }

 p { color: rgb(167,75,235); }

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

background-color css

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

 a { background-color: rgb(167,75,235); }

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

border-color css

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

 span { border-color: rgb(167,75,235); }

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