Html Css Color HEX #A838DD Dark Orchid

📋 copy color: '#A838DD'

red 168 ◦ green 56 ◦ blue 221

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

Shades of Dark Orchid #A838DD

Tints of Dark Orchid #A838DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 49.66%

R = 37.75%
G = 12.58%
B = 49.66%

CMYK

 C value IS 0.24

 M value IS 0.75

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A838DD (or 0xA838DD) is known color: Dark Orchid. HEX triplet: A8, 38 and DD. RGB value is (168,56,221). Sum of RGB (Red+Green+Blue) = 168+56+221=445 (58% of max value = 765). Red value is 168 (66.02% from 255 or 37.75% from 445); Green value is 56 (22.27% from 255 or 12.58% from 445); Blue value is 221 (86.72% from 255 or 49.66% from 445); Max value from RGB is 221 - color contains mainly: blue. Hex color #A838DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A838DD is #57C722. Grayscale: #6B6B6B. Windows color (decimal): -5752611 or 14497960. OLE color: 14497960.

HSL color Cylindrical-coordinate representation of color #A838DD: hue angle of 280.73º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A838DD is Cyan = 0.24, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 168 56 221 -
CMYK 0.24 0.75 0 0.13
HSL 280.73º 0.71% 0.54% -
HSV(B) 280.73º 0.75% 0.87% -
XYZ 30.61 16.37 69.95 -
YUV 108.3 191.61 170.58 -
System Red Green Blue C M Y K H S L
Decimal 168 56 221 0.24 0.75 0 0.13 280.73 0.71 0.54
Hex A8 38 DD 18 4B 0 D 119 47 36
Octal 250 70 335 30 113 0 15 431 107 66
Binary 10101000 111000 11011101 11000 1001011 0 1101 100011001 1000111 110110

Color Harmonies of #A838DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A838DD

Black with #A838DD

Text Example


Text Example

White with #A838DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A838DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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