Html Css Color HEX #A836DA Dark Orchid

📋 copy color: '#A836DA'

red 168 ◦ green 54 ◦ blue 218

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

Shades of Dark Orchid #A836DA

Tints of Dark Orchid #A836DA

RGB

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

 GREEN value IS 54 (21.48% from 255) = 12.27%

 BLUE value IS 218 (85.55% from 255) = 49.55%

R = 38.18%
G = 12.27%
B = 49.55%

CMYK

 C value IS 0.23

 M value IS 0.75

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A836DA (or 0xA836DA) is known color: Dark Orchid. HEX triplet: A8, 36 and DA. RGB value is (168,54,218). Sum of RGB (Red+Green+Blue) = 168+54+218=440 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.18% from 440); Green value is 54 (21.48% from 255 or 12.27% from 440); Blue value is 218 (85.55% from 255 or 49.55% from 440); Max value from RGB is 218 - color contains mainly: blue. Hex color #A836DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A836DA is #57C925. Grayscale: #6A6A6A. Windows color (decimal): -5753126 or 14300840. OLE color: 14300840.

HSL color Cylindrical-coordinate representation of color #A836DA: hue angle of 281.71º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A836DA is Cyan = 0.23, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 168 54 218 -
CMYK 0.23 0.75 0 0.15
HSL 281.71º 0.69% 0.53% -
HSV(B) 281.71º 0.75% 0.85% -
XYZ 30.12 16.03 67.84 -
YUV 106.78 190.77 171.66 -
System Red Green Blue C M Y K H S L
Decimal 168 54 218 0.23 0.75 0 0.15 281.71 0.69 0.53
Hex A8 36 DA 17 4B 0 F 11A 45 35
Octal 250 66 332 27 113 0 17 432 105 65
Binary 10101000 110110 11011010 10111 1001011 0 1111 100011010 1000101 110101

Color Harmonies of #A836DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A836DA

Black with #A836DA

Text Example


Text Example

White with #A836DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A836DA; }

 p { color: rgb(168,54,218); }

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

background-color css

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

 a { background-color: rgb(168,54,218); }

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

border-color css

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

 span { border-color: rgb(168,54,218); }

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