Html Css Color HEX #A838AE Dark Orchid

📋 copy color: '#A838AE'

red 168 ◦ green 56 ◦ blue 174

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

Shades of Dark Orchid #A838AE

Tints of Dark Orchid #A838AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 43.72%

R = 42.21%
G = 14.07%
B = 43.72%

CMYK

 C value IS 0.03

 M value IS 0.68

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A838AE (or 0xA838AE) is known color: Dark Orchid. HEX triplet: A8, 38 and AE. RGB value is (168,56,174). Sum of RGB (Red+Green+Blue) = 168+56+174=398 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.21% from 398); Green value is 56 (22.27% from 255 or 14.07% from 398); Blue value is 174 (68.36% from 255 or 43.72% from 398); Max value from RGB is 174 - color contains mainly: blue. Hex color #A838AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A838AE is #57C751. Grayscale: #666666. Windows color (decimal): -5752658 or 11417768. OLE color: 11417768.

HSL color Cylindrical-coordinate representation of color #A838AE: hue angle of 296.95º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A838AE is Cyan = 0.03, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 168 56 174 -
CMYK 0.03 0.68 0 0.32
HSL 296.95º 0.51% 0.45% -
HSV(B) 296.95º 0.68% 0.68% -
XYZ 25.2 14.21 41.46 -
YUV 102.94 168.11 174.41 -
System Red Green Blue C M Y K H S L
Decimal 168 56 174 0.03 0.68 0 0.32 296.95 0.51 0.45
Hex A8 38 AE 3 44 0 20 129 33 2D
Octal 250 70 256 3 104 0 40 451 63 55
Binary 10101000 111000 10101110 11 1000100 0 100000 100101001 110011 101101

Color Harmonies of #A838AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A838AE

Black with #A838AE

Text Example


Text Example

White with #A838AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A838AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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