Html Css Color HEX #A438B2 Dark Orchid

📋 copy color: '#A438B2'

red 164 ◦ green 56 ◦ blue 178

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

Shades of Dark Orchid #A438B2

Tints of Dark Orchid #A438B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 44.72%

R = 41.21%
G = 14.07%
B = 44.72%

CMYK

 C value IS 0.08

 M value IS 0.69

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#A438B2 (or 0xA438B2) is known color: Dark Orchid. HEX triplet: A4, 38 and B2. RGB value is (164,56,178). Sum of RGB (Red+Green+Blue) = 164+56+178=398 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.21% from 398); Green value is 56 (22.27% from 255 or 14.07% from 398); Blue value is 178 (69.92% from 255 or 44.72% from 398); Max value from RGB is 178 - color contains mainly: blue. Hex color #A438B2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A438B2 is #5BC74D. Grayscale: #656565. Windows color (decimal): -6014798 or 11679908. OLE color: 11679908.

HSL color Cylindrical-coordinate representation of color #A438B2: hue angle of 293.11º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A438B2 is Cyan = 0.08, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 164 56 178 -
CMYK 0.08 0.69 0 0.30
HSL 293.11º 0.52% 0.46% -
HSV(B) 293.11º 0.69% 0.7% -
XYZ 24.76 13.94 43.5 -
YUV 102.2 170.78 172.08 -
System Red Green Blue C M Y K H S L
Decimal 164 56 178 0.08 0.69 0 0.30 293.11 0.52 0.46
Hex A4 38 B2 8 45 0 1E 125 34 2E
Octal 244 70 262 10 105 0 36 445 64 56
Binary 10100100 111000 10110010 1000 1000101 0 11110 100100101 110100 101110

Color Harmonies of #A438B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A438B2

Black with #A438B2

Text Example


Text Example

White with #A438B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A438B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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