Html Css Color HEX #A438DA Dark Orchid

📋 copy color: '#A438DA'

red 164 ◦ green 56 ◦ blue 218

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

Shades of Dark Orchid #A438DA

Tints of Dark Orchid #A438DA

RGB

 RED value IS 164 (64.45% from 255) = 37.44%

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

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

R = 37.44%
G = 12.79%
B = 49.77%

CMYK

 C value IS 0.25

 M value IS 0.74

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A438DA (or 0xA438DA) is known color: Dark Orchid. HEX triplet: A4, 38 and DA. RGB value is (164,56,218). Sum of RGB (Red+Green+Blue) = 164+56+218=438 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.44% from 438); Green value is 56 (22.27% from 255 or 12.79% from 438); Blue value is 218 (85.55% from 255 or 49.77% from 438); Max value from RGB is 218 - color contains mainly: blue. Hex color #A438DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A438DA is #5BC725. Grayscale: #6A6A6A. Windows color (decimal): -6014758 or 14301348. OLE color: 14301348.

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

Color convert

RGB 164 56 218 -
CMYK 0.25 0.74 0 0.15
HSL 280º 0.69% 0.54% -
HSV(B) 280º 0.74% 0.85% -
XYZ 29.38 15.78 67.83 -
YUV 106.76 190.78 168.83 -
System Red Green Blue C M Y K H S L
Decimal 164 56 218 0.25 0.74 0 0.15 280 0.69 0.54
Hex A4 38 DA 19 4A 0 F 118 45 36
Octal 244 70 332 31 112 0 17 430 105 66
Binary 10100100 111000 11011010 11001 1001010 0 1111 100011000 1000101 110110

Color Harmonies of #A438DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A438DA

Black with #A438DA

Text Example


Text Example

White with #A438DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A438DA; }

 p { color: rgb(164,56,218); }

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

background-color css

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

 a { background-color: rgb(164,56,218); }

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

border-color css

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

 span { border-color: rgb(164,56,218); }

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