Html Css Color HEX #A838B9 Dark Orchid

📋 copy color: '#A838B9'

red 168 ◦ green 56 ◦ blue 185

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

Shades of Dark Orchid #A838B9

Tints of Dark Orchid #A838B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 45.23%

R = 41.08%
G = 13.69%
B = 45.23%

CMYK

 C value IS 0.09

 M value IS 0.70

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A838B9 (or 0xA838B9) is known color: Dark Orchid. HEX triplet: A8, 38 and B9. RGB value is (168,56,185). Sum of RGB (Red+Green+Blue) = 168+56+185=409 (54% of max value = 765). Red value is 168 (66.02% from 255 or 41.08% from 409); Green value is 56 (22.27% from 255 or 13.69% from 409); Blue value is 185 (72.66% from 255 or 45.23% from 409); Max value from RGB is 185 - color contains mainly: blue. Hex color #A838B9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A838B9 is #57C746. Grayscale: #676767. Windows color (decimal): -5752647 or 12138664. OLE color: 12138664.

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

Color convert

RGB 168 56 185 -
CMYK 0.09 0.70 0 0.27
HSL 292.09º 0.54% 0.47% -
HSV(B) 292.09º 0.7% 0.73% -
XYZ 26.32 14.66 47.34 -
YUV 104.19 173.61 173.51 -
System Red Green Blue C M Y K H S L
Decimal 168 56 185 0.09 0.70 0 0.27 292.09 0.54 0.47
Hex A8 38 B9 9 46 0 1B 124 36 2F
Octal 250 70 271 11 106 0 33 444 66 57
Binary 10101000 111000 10111001 1001 1000110 0 11011 100100100 110110 101111

Color Harmonies of #A838B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A838B9

Black with #A838B9

Text Example


Text Example

White with #A838B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A838B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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