Html Css Color HEX #A838BB Dark Orchid

📋 copy color: '#A838BB'

red 168 ◦ green 56 ◦ blue 187

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

Shades of Dark Orchid #A838BB

Tints of Dark Orchid #A838BB

RGB

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

 GREEN value IS 56 (22.27% from 255) = 13.63%

 BLUE value IS 187 (73.44% from 255) = 45.5%

R = 40.88%
G = 13.63%
B = 45.5%

CMYK

 C value IS 0.10

 M value IS 0.70

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A838BB (or 0xA838BB) is known color: Dark Orchid. HEX triplet: A8, 38 and BB. RGB value is (168,56,187). Sum of RGB (Red+Green+Blue) = 168+56+187=411 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.88% from 411); Green value is 56 (22.27% from 255 or 13.63% from 411); Blue value is 187 (73.44% from 255 or 45.50% from 411); Max value from RGB is 187 - color contains mainly: blue. Hex color #A838BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A838BB is #57C744. Grayscale: #686868. Windows color (decimal): -5752645 or 12269736. OLE color: 12269736.

HSL color Cylindrical-coordinate representation of color #A838BB: hue angle of 291.3º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A838BB is Cyan = 0.10, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 168 56 187 -
CMYK 0.10 0.70 0 0.27
HSL 291.3º 0.54% 0.48% -
HSV(B) 291.3º 0.7% 0.73% -
XYZ 26.53 14.74 48.46 -
YUV 104.42 174.61 173.35 -
System Red Green Blue C M Y K H S L
Decimal 168 56 187 0.10 0.70 0 0.27 291.3 0.54 0.48
Hex A8 38 BB A 46 0 1B 123 36 30
Octal 250 70 273 12 106 0 33 443 66 60
Binary 10101000 111000 10111011 1010 1000110 0 11011 100100011 110110 110000

Color Harmonies of #A838BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A838BB

Black with #A838BB

Text Example


Text Example

White with #A838BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A838BB; }

 p { color: rgb(168,56,187); }

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

background-color css

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

 a { background-color: rgb(168,56,187); }

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

border-color css

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

 span { border-color: rgb(168,56,187); }

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