Html Css Color HEX #A839B4 Dark Orchid

📋 copy color: '#A839B4'

red 168 ◦ green 57 ◦ blue 180

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

Shades of Dark Orchid #A839B4

Tints of Dark Orchid #A839B4

RGB

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

 GREEN value IS 57 (22.66% from 255) = 14.07%

 BLUE value IS 180 (70.7% from 255) = 44.44%

R = 41.48%
G = 14.07%
B = 44.44%

CMYK

 C value IS 0.07

 M value IS 0.68

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A839B4 (or 0xA839B4) is known color: Dark Orchid. HEX triplet: A8, 39 and B4. RGB value is (168,57,180). Sum of RGB (Red+Green+Blue) = 168+57+180=405 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.48% from 405); Green value is 57 (22.66% from 255 or 14.07% from 405); Blue value is 180 (70.70% from 255 or 44.44% from 405); Max value from RGB is 180 - color contains mainly: blue. Hex color #A839B4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A839B4 is #57C64B. Grayscale: #676767. Windows color (decimal): -5752396 or 11811240. OLE color: 11811240.

HSL color Cylindrical-coordinate representation of color #A839B4: hue angle of 294.15º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A839B4 is Cyan = 0.07, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 168 57 180 -
CMYK 0.07 0.68 0 0.29
HSL 294.15º 0.52% 0.46% -
HSV(B) 294.15º 0.68% 0.71% -
XYZ 25.85 14.55 44.63 -
YUV 104.21 170.77 173.5 -
System Red Green Blue C M Y K H S L
Decimal 168 57 180 0.07 0.68 0 0.29 294.15 0.52 0.46
Hex A8 39 B4 7 44 0 1D 126 34 2E
Octal 250 71 264 7 104 0 35 446 64 56
Binary 10101000 111001 10110100 111 1000100 0 11101 100100110 110100 101110

Color Harmonies of #A839B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A839B4

Black with #A839B4

Text Example


Text Example

White with #A839B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A839B4; }

 p { color: rgb(168,57,180); }

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

background-color css

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

 a { background-color: rgb(168,57,180); }

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

border-color css

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

 span { border-color: rgb(168,57,180); }

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