Html Css Color HEX #A84BD2 Medium Orchid

📋 copy color: '#A84BD2'

red 168 ◦ green 75 ◦ blue 210

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

Shades of Medium Orchid #A84BD2

Tints of Medium Orchid #A84BD2

RGB

 RED value IS 168 (66.02% from 255) = 37.09%

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

 BLUE value IS 210 (82.42% from 255) = 46.36%

R = 37.09%
G = 16.56%
B = 46.36%

CMYK

 C value IS 0.2

 M value IS 0.64

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A84BD2 (or 0xA84BD2) is known color: Medium Orchid. HEX triplet: A8, 4B and D2. RGB value is (168,75,210). Sum of RGB (Red+Green+Blue) = 168+75+210=453 (60% of max value = 765). Red value is 168 (66.02% from 255 or 37.09% from 453); Green value is 75 (29.69% from 255 or 16.56% from 453); Blue value is 210 (82.42% from 255 or 46.36% from 453); Max value from RGB is 210 - color contains mainly: blue. Hex color #A84BD2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A84BD2 is #57B42D. Grayscale: #757575. Windows color (decimal): -5747758 or 13781928. OLE color: 13781928.

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

Color convert

RGB 168 75 210 -
CMYK 0.2 0.64 0 0.18
HSL 281.33º 0.6% 0.56% -
HSV(B) 281.33º 0.64% 0.82% -
XYZ 30.3 18.01 62.85 -
YUV 118.2 179.81 163.52 -
System Red Green Blue C M Y K H S L
Decimal 168 75 210 0.2 0.64 0 0.18 281.33 0.6 0.56
Hex A8 4B D2 14 40 0 12 119 3C 38
Octal 250 113 322 24 100 0 22 431 74 70
Binary 10101000 1001011 11010010 10100 1000000 0 10010 100011001 111100 111000

Color Harmonies of #A84BD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84BD2

Black with #A84BD2

Text Example


Text Example

White with #A84BD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84BD2; }

 p { color: rgb(168,75,210); }

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

background-color css

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

 a { background-color: rgb(168,75,210); }

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

border-color css

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

 span { border-color: rgb(168,75,210); }

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